package
1.4.3
Repository: https://github.com/gotid/god.git
Documentation: pkg.go.dev

# Functions

Deref 解引用一个类型,如果是指针类型,返回它的元素类型。.
Marshal 编组给定的值并字典形式返回。 optional=another 并未实现,因为难以实现且不常用。.
NewUnmarshaler 返回一个 Unmarshaler。.
Repr 返回 v 的字符串表示形式。.
UnmarshalJsonBytes 解编组 []byte 至给定变量。.
UnmarshalJsonMap 解编组 map 至给定变量。.
UnmarshalJsonReader 解编组 io.Reader 至给定变量。.
UnmarshalKey 解组键值对字典 m 至 v。.
UnmarshalYamlBytes 解编组 []byte 至 v。.
UnmarshalYamlReader 解编组 io.Reader 至 v。.
ValidatePtr 验证 v 是否为一个有效的指针。.
WithCanonicalKeyFunc 定义键的规范函数.
WithStringValues 使用字符串形式的数值。.

# Variables

ErrUnsupportedType 是一个表示配置格式不被支持的错误。.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author