MCPcopy
hub / github.com/spf13/viper / Finder

Interface Finder

finder.go:21–23  ·  finder.go::Finder

Finder looks for files and directories in an [afero.Fs] filesystem.

Source from the content-addressed store, hash-verified

19
20// Finder looks for files and directories in an [afero.Fs] filesystem.
21type Finder interface {
22 Find(fsys afero.Fs) ([]string, error)
23}
24
25// Finders combines multiple finders into one.
26func Finders(finders ...Finder) Finder {

Callers 3

FindMethod · 0.65
TestFindersFunction · 0.65

Implementers 2

finderStubfinder_test.go

Calls

no outgoing calls

Tested by

no test coverage detected