Home
last modified time | relevance | path

Searched refs:DeleteConversationLocalArg (Results 1 – 6 of 6) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_chat_delete_channel.go66 _, err = resolver.ChatClient.DeleteConversationLocal(ctx, chat1.DeleteConversationLocalArg{
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dteamchannelsource_test.go182 chat1.DeleteConversationLocalArg{
H A Duiinboxloader_test.go270 chat1.DeleteConversationLocalArg{
H A Dserver_test.go4801 chat1.DeleteConversationLocalArg{
4912 chat1.DeleteConversationLocalArg{
5789 chat1.DeleteConversationLocalArg{
6221 chat1.DeleteConversationLocalArg{
6272 chat1.DeleteConversationLocalArg{
6279 chat1.DeleteConversationLocalArg{
H A Dserver.go1713 func (h *Server) DeleteConversationLocal(ctx context.Context, arg chat1.DeleteConversationLocalArg)…
/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go6910 type DeleteConversationLocalArg struct { struct
7301 …DeleteConversationLocal(context.Context, DeleteConversationLocalArg) (DeleteConversationLocalRes, … argument
8187 var ret [1]DeleteConversationLocalArg
8191 typedArgs, ok := args.(*[1]DeleteConversationLocalArg)
8193 err = rpc.NewTypeError((*[1]DeleteConversationLocalArg)(nil), args)
9463 func (c LocalClient) DeleteConversationLocal(ctx context.Context, __arg DeleteConversationLocalArg)…