Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/protocol/chat1/
H A Dlocal.go6797 type DownloadAttachmentLocalArg struct { struct
6798 SessionID int `codec:"sessionID" json:"sessionID"`
6799 ConversationID ConversationID `codec:"conversationID" json:"conversationID"`
6800 MessageID MessageID `codec:"messageID" json:"messageID"`
6801 Sink keybase1.Stream `codec:"sink" json:"sink"`
6802 Preview bool `codec:"preview" json:"preview"`
6803 IdentifyBehavior keybase1.TLFIdentifyBehavior `codec:"identifyBehavior" json:"identifyBehavior"`
7281 …DownloadAttachmentLocal(context.Context, DownloadAttachmentLocalArg) (DownloadAttachmentLocalRes, … argument