# Functions

LoadConfig 加载配置, 优先级为 flag > env > yaml.
LoadEnv 解析环境变量到结构体.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithEnv 从环境变量加载配置.
WithFlag 从 flag 加载配置.
WithPFlag 从 pflag 加载配置.
WithYaml 从 YAML 加载配置, 依赖 json flag , 需要定义正确的数据类型.

# Variables

MarshalOptions is a configurable JSON format marshaller.
UnmarshalOptions is a configurable JSON format parser.

# Structs

No description provided by the author

# Type aliases

No description provided by the author