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

Struct finderStub

finder_test.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type finderStub struct {
12 results []string
13}
14
15func (f finderStub) Find(_ afero.Fs) ([]string, error) {
16 return f.results, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected