Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go7061 type LoadGalleryArg struct { struct
7332 LoadGallery(context.Context, LoadGalleryArg) (LoadGalleryRes, error) argument
8622 var ret [1]LoadGalleryArg
8626 typedArgs, ok := args.(*[1]LoadGalleryArg)
8628 err = rpc.NewTypeError((*[1]LoadGalleryArg)(nil), args)
9626 func (c LocalClient) LoadGallery(ctx context.Context, __arg LoadGalleryArg) (res LoadGalleryRes, er…
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver.go2834 func (h *Server) LoadGallery(ctx context.Context, arg chat1.LoadGalleryArg) (res chat1.LoadGalleryR…