Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedFileFormat = errors.New("unsupported file format")
Functions ¶
Types ¶
type Loader ¶
type Option ¶ added in v0.2.0
type Option func(*option)
func WithDecoders ¶ added in v0.2.0
WithDecoders sets the decoders to use when loading the configuration.
- order matters
func WithFileSuffix ¶ added in v0.2.0
WithFileSuffix sets the file suffixes to use when loading the configuration.
- order matters
func WithFolders ¶ added in v0.2.0
WithFolders sets the folders to use when loading the configuration.
- order matters
Click to show internal directories.
Click to hide internal directories.