# README
load-config
使用方式可查看test-conf目录中的conf_test.go
# Functions
Bytes 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.
Map Return config as a map.
NewConfig returns new config.
Scan values to a go type.
Sync Force a source changeset sync.
Watch a value for changes.
WithEntity sets the config Entity.
WithLoader sets the loader for manager config.
WithReader sets the config reader.
WithSource appends a source to list of sources.
# Variables
DefaultConfig Default Config Manager.
# Type aliases
Option 调用类型.