MCPcopy Create free account
hub / github.com/rusq/slackdump / SearchFiles

Method SearchFiles

processor/processor.go:85–85  ·  view source on GitHub ↗

SearchFiles is called for each of the file chunks that are retrieved.

(ctx context.Context, query string, files []slack.File)

Source from the content-addressed store, hash-verified

83type FileSearcher interface {
84 // SearchFiles is called for each of the file chunks that are retrieved.
85 SearchFiles(ctx context.Context, query string, files []slack.File) error
86 // Filer is embedded here to allow for the Files method to be called.
87 Filer
88}

Callers 1

SearchFilesMethod · 0.65

Implementers 8

MockFileSearchermocks/mock_processor/mock_processor.go
MockFileSearcherMockRecordermocks/mock_processor/mock_processor.go
MockSearchermocks/mock_processor/mock_processor.go
MockSearcherMockRecordermocks/mock_processor/mock_processor.go
Recorderinternal/chunk/recorder.go
MockStreamerinternal/chunk/control/mock_control/mo
MockStreamerMockRecorderinternal/chunk/control/mock_control/mo
Streamstream/stream.go

Calls

no outgoing calls

Tested by

no test coverage detected