Home
last modified time | relevance | path

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

/dports/security/keybase/client-v5.7.1/go/chat/
H A Dephemeral_purger_test.go34 types.DummyAttachmentFetcher anonMember
/dports/security/keybase/client-v5.7.1/go/chat/types/
H A Dtypes.go400 type DummyAttachmentFetcher struct{} struct
404 func (d DummyAttachmentFetcher) FetchAttachment(ctx context.Context, w io.Writer,
410 func (d DummyAttachmentFetcher) StreamAttachment(ctx context.Context, convID chat1.ConversationID,
415 func (d DummyAttachmentFetcher) DeleteAssets(ctx context.Context,
420 …ttachmentFetcher) PutUploadedAsset(ctx context.Context, filename string, asset chat1.Asset) error {
424 func (d DummyAttachmentFetcher) IsAssetLocal(ctx context.Context, asset chat1.Asset) (bool, error) {
427 func (d DummyAttachmentFetcher) OnDbNuke(mctx libkb.MetaContext) error { return nil }
428 func (d DummyAttachmentFetcher) OnStart(mctx libkb.MetaContext) {}