Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConfigFileNotFound = errors.New("configuration file isn't found")
Functions ¶
func ParseGlobalConfigFilePaths ¶ added in v1.6.1
Types ¶
type ConfigFinder ¶
type ConfigFinder interface { Find(wd, configFilePath string, globalConfigFilePaths ...string) (string, error) Finds(wd, configFilePath string) []string }
func NewConfigFinder ¶
func NewConfigFinder(fs afero.Fs) ConfigFinder
Click to show internal directories.
Click to hide internal directories.