Home
last modified time | relevance | path

Searched defs:GetInboxRemoteArg (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dremote.go1633 type GetInboxRemoteArg struct { struct
1634 Vers InboxVers `codec:"vers" json:"vers"`
1635 Query *GetInboxQuery `codec:"query,omitempty" json:"query,omitempty"`
1636 Pagination *Pagination `codec:"pagination,omitempty" json:"pagination,omitempty"`
1901 GetInboxRemote(context.Context, GetInboxRemoteArg) (GetInboxRemoteRes, error) argument