Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithBind ¶
func WithBind(e any)
WithBind 绑定数据 alias别名 > 调用Set设置 > flag > env > config > key/value store > default
func WithBindEnv ¶
func WithBindEnv(prefix string)
Types ¶
type Config ¶
type Config interface { // Options in the config Options() Options }
var ( // DefaultConfig Default Config Manager DefaultConfig Config )
type OptionFunc ¶
type OptionFunc func(o *Options)
Click to show internal directories.
Click to hide internal directories.