Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthWithPDCP ¶ added in v1.1.0
func AuthWithPDCP()
AuthWithPDCP is used to authenticate with PDCP
func GetUpdateCallback ¶ added in v1.0.3
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates asnmap
Types ¶
type OnResultCallback ¶
type Options ¶
type Options struct {
FileInput goflags.StringSlice
Resolvers goflags.StringSlice
Asn goflags.StringSlice
Domain goflags.StringSlice
Ip goflags.StringSlice
Org goflags.StringSlice
Proxy goflags.StringSlice
OutputFile string
PdcpAuth string
Output io.Writer
DisplayInJSON bool
DisplayInCSV bool
Silent bool
Verbose bool
Version bool
DisplayIPv6 bool
OnResult OnResultCallback
DisableUpdateCheck bool
}
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application
Click to show internal directories.
Click to hide internal directories.