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