Home
last modified time | relevance | path

Searched refs:RemoteNotificationSuccessfulArg (Results 1 – 3 of 3) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/
H A Dmobilepush.go66 chat1.RemoteNotificationSuccessfulArg{
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go1801 type RemoteNotificationSuccessfulArg struct { struct
1931 RemoteNotificationSuccessful(context.Context, RemoteNotificationSuccessfulArg) error argument
2405 var ret [1]RemoteNotificationSuccessfulArg
2409 typedArgs, ok := args.(*[1]RemoteNotificationSuccessfulArg)
2411 err = rpc.NewTypeError((*[1]RemoteNotificationSuccessfulArg)(nil), args)
2876 …ent) RemoteNotificationSuccessful(ctx context.Context, __arg RemoteNotificationSuccessfulArg) (err…
/dports/security/keybase/client-v5.7.1/go/kbtest/
H A Dchat.go432 … RemoteNotificationSuccessful(ctx context.Context, arg chat1.RemoteNotificationSuccessfulArg) erro…