Home
last modified time | relevance | path

Searched refs:PostDeleteHistoryThroughArg (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go6727 type PostDeleteHistoryThroughArg struct { struct
7270 PostDeleteHistoryThrough(context.Context, PostDeleteHistoryThroughArg) (PostLocalRes, error) argument
7722 var ret [1]PostDeleteHistoryThroughArg
7726 typedArgs, ok := args.(*[1]PostDeleteHistoryThroughArg)
7728 err = rpc.NewTypeError((*[1]PostDeleteHistoryThroughArg)(nil), args)
9300 …calClient) PostDeleteHistoryThrough(ctx context.Context, __arg PostDeleteHistoryThroughArg) (res P…
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver.go1101 …erver) PostDeleteHistoryThrough(ctx context.Context, arg chat1.PostDeleteHistoryThroughArg) (res c…