Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultDir = "config"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMate ¶
type ConfigMate interface {
PrimitiveDecode(vals ...ConfigureMatcher) error
}
type ConfigureMatcher ¶
type ConfigureMatcher interface {
Name() string
}
type Options ¶ added in v1.5.5
type Options func(opt *Option)
func WithInterval ¶ added in v1.5.5
func WithSource ¶ added in v1.5.5
Click to show internal directories.
Click to hide internal directories.