modulepackage
2.0.0+incompatible
Repository: https://github.com/iqinning/go-config.git
Documentation: pkg.go.dev
# README
Fork: Config : github.com/micro/go-config
# Functions
Return config as raw json.
Get a value from the config.
Load config sources.
LoadFile is short hand for creating a file source and loading it.
Return config as a map.
NewConfig returns new config.
Scan values to a go type.
Force a source changeset sync.
Watch a value for changes.
WithLoader sets the loader for manager config.
WithReader sets the config reader.
WithSource appends a source to list of sources.
# Variables
Default Config Manager.
# Type aliases
No description provided by the author