Documentation ¶
Index ¶
Constants ¶
View Source
const Version = `0.4.0`
Version is the current version of chaos
Variables ¶
This section is empty.
Functions ¶
func RunEnumeration ¶
func RunEnumeration(opts *Options)
RunEnumeration runs the enumeration for Chaos client
Types ¶
type DNSRecordType ¶ added in v0.1.5
type DNSRecordType int
const ( A DNSRecordType = iota AAAA CNAME NS ANYRECORDTYPE )
type DNSStatusCode ¶ added in v0.1.5
type DNSStatusCode int
const ( NOERROR DNSStatusCode = iota NXDOMAIN SERVFAIL REFUSED ANYDNSCODE )
type Filter ¶ added in v0.1.5
type Filter struct { DNSStatusCode DNSStatusCode DNSRecordType DNSRecordType FilterWildcard bool Response bool ResponseOnly bool HTTPUrl bool HTTPTitle bool HTTPStatusCode bool HTTPStatusCodeValue int HTTPContentLength bool }
type Options ¶
type Options struct { APIKey string Domain string Count bool Silent bool Output string DomainsFile string JSONOutput bool DNSStatusCode string DNSRecordType string FilterWildcard bool Response bool ResponseOnly bool HTTPUrl bool HTTPTitle bool HTTPStatusCode bool HTTPStatusCodeFilter int HTTPContentLength bool BBQ bool Version bool // contains filtered or unexported fields }
Options contains configuration options for chaos client.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line options for application
Click to show internal directories.
Click to hide internal directories.