Home
last modified time | relevance | path

Searched refs:GetAttachmentFetcher (Results 1 – 7 of 7) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/attachments/
H A Ddownloader.go64 fetcher := g.AttachmentURLSrv.GetAttachmentFetcher()
H A Duploader.go570 if err := u.G().AttachmentURLSrv.GetAttachmentFetcher().PutUploadedAsset(ctx,
635 if err := u.G().AttachmentURLSrv.GetAttachmentFetcher().PutUploadedAsset(ctx,
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dephemeral_purger_test.go29 func (d mockHTTPSrv) GetAttachmentFetcher() types.AttachmentFetcher { func
H A Dattachment_httpsrv.go103 func (r *AttachmentHTTPSrv) GetAttachmentFetcher() types.AttachmentFetcher { func
H A Dconvsource.go65 fetcher := s.G().AttachmentURLSrv.GetAttachmentFetcher()
/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dtypes.go448 func (d DummyAttachmentHTTPSrv) GetAttachmentFetcher() AttachmentFetcher { func
H A Dinterfaces.go412 GetAttachmentFetcher() AttachmentFetcher methodSpec