package
0.0.0-20241220050135-f615dff9db3f
Repository: https://github.com/ahang7/go-iam.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
SetConfigIn 设置配置文件路径.
WithCommand 设置命令行参数.
WithDefaultValidArgs set default valid args to valid non-flag arguments.
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
# Interfaces
CompletableOptions 抽象可以完成/编译的options.
ConfigurableOptions 抽象用于从配置文件读取参数的配置选项。.
FlagsIntf 提供命令行接口,定义命令行的具体实现 该接口的实现由子配置结构体实现 例子:
type Options struct { MySQLOpts *MySQLOptions `json:"mysql" mapstructure:"mysql"` } type MySQLOptions struct { ..
FlagOptions 命令行读取配置.
OptionsIntf 提供Options接口,定义Options的具体实现.
PrintableOptions 抽象可以打印的options.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author