Documentation
¶
Index ¶
- Variables
- func ToString(data interface{}) string
- type Options
- func (opt *Options) CheckVersion(callback func())
- func (opt *Options) Count() int
- func (opt *Options) InitTargets()
- func (opt *Options) IsEnvAuto() bool
- func (opt *Options) IsEnvNameAuto() bool
- func (opt *Options) IsJolokiaAuto() bool
- func (opt *Options) IsJolokiaListAuto() bool
- func (opt *Options) IsMethodAuto() bool
- func (opt *Options) IsNeedHeaderAdd() bool
- func (opt *Options) SetOutput()
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProxyURL is the URL for the proxy server ProxyURL string )
Functions ¶
Types ¶
type Options ¶
type Options struct {
URL goflags.StringSlice
List goflags.StringSlice
EnvURL goflags.StringSlice
JolokiaURL goflags.StringSlice
JolokiaListURL goflags.StringSlice
EnvName goflags.StringSlice
Headers goflags.StringSlice
ProxyURL goflags.StringSlice
Debug bool
DisableStdin bool
RateLimit int
Thread int
Methods goflags.StringSlice
OutputDir string
Targets []string
InputReadTimeout time.Duration
Stdin bool
Timeout int
}
func (*Options) CheckVersion ¶
func (opt *Options) CheckVersion(callback func())
func (*Options) IsJolokiaListAuto ¶
IsJolokiaListAuto JolokiaList自动获取
func (*Options) IsNeedHeaderAdd ¶
IsNeedHeaderAdd Header是否需要添加
Click to show internal directories.
Click to hide internal directories.