Documentation ¶
Overview ¶
Package config 提供了对多种格式配置文件的支持
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetUnmarshal ¶
func SetUnmarshal(m UnmarshalFunc, ext ...string) error
SetUnmarshal 修改指定扩展名关联的解析函数,不存在则添加。
Types ¶
type Sanitizer ¶
type Sanitizer interface {
Sanitize() error
}
Sanitizer 如果对象实现了该方法,那么在解析完之后, 会调用该接口的函数对数据进行修正和检测。
type UnmarshalFunc ¶
UnmarshalFunc 定义了将文本内容解析到对象的函数原型。
Click to show internal directories.
Click to hide internal directories.