Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Threads int // Threads 设置线程数量 Silent bool // Silent 只展示结果 Debug bool // Debug 显示详细的输出信息 Version bool // Version 返回工具版本 ExcludePrivate bool // ExcludePrivate 从结果中排除私有 IP Config string // Config 指定配置文件路径 Output string // Output 将结果写入到文件中 Provider goflags.StringSlice // Provider 指定要列出的云服务商 Id goflags.StringSlice // Id 指定要列出的对象 CloudServices goflags.StringSlice // CloudServices 指定要列出的服务 }
func ParseOptions ¶
func ParseOptions() *Options
Click to show internal directories.
Click to hide internal directories.