Searched defs:DummyAttachmentFetcher (Results 1 – 2 of 2) sorted by relevance
34 types.DummyAttachmentFetcher anonMember
400 type DummyAttachmentFetcher struct{} struct404 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) {}