Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WithSource with config source. WithSource = config.WithSource // WithDecoder with config decoder. // DefaultDecoder behavior: // If KeyValue.Format is non-empty, then KeyValue.Value will be deserialized into map[string]interface{} // and stored in the config cache(map[string]interface{}) // if KeyValue.Format is empty,{KeyValue.Key : KeyValue.Value} will be stored in config cache(map[string]interface{}) WithDecoder = config.WithDecoder // WithResolveActualTypes with config resolver. // bool input will enable conversion of config to data types WithResolveActualTypes = config.WithResolveActualTypes // WithResolver with config resolver. WithResolver = config.WithResolver // WithMergeFunc with config merge func. WithMergeFunc = config.WithMergeFunc )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.