Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound is key not found. ErrNotFound = errors.New("key not found") // ErrTypeAssert is type assert error. ErrTypeAssert = errors.New("type assert error") )
Functions ¶
func NewAtomicValue ¶
func NewAtomicValue() *atomicValue
Types ¶
type Configure ¶ added in v1.2.0
func (*Configure) LoadALLValue ¶ added in v1.2.0
func (c *Configure) LoadALLValue()
func (*Configure) ScanLocalConfig ¶ added in v1.2.0
扫描本地配置
type Option ¶ added in v1.0.2
type Option func(*Configure)
func WithAllowedExtensions ¶ added in v1.0.2
添加支持的配置文件后缀
type PlaceholderReplacer ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.