SearchFiles is called for each of the file chunks that are retrieved.
(ctx context.Context, query string, files []slack.File)
| 83 | type 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 | } |
no outgoing calls
no test coverage detected