Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeCutter = "cutter" DescCutter = "Remove data from previous steps" )
View Source
const ( TypeLookup = "lookup" DescLookup = "Lookup specified IP or CIDR from various formats of data" )
View Source
const ( TypePrivate = "private" DescPrivate = "Convert LAN and private network CIDR to other formats" )
View Source
const ( TypeStdin = "stdin" DescStdin = "Accept plaintext IP & CIDR from standard input, separated by newline" )
View Source
const ( TypeStdout = "stdout" DescStdout = "Convert data to plaintext CIDR format and output to standard output" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cutter ¶
type Cutter struct {
Type string
Action lib.Action
Description string
Want map[string]bool
OnlyIPType lib.IPType
}
func (*Cutter) GetDescription ¶
type Lookup ¶
type Lookup struct {
Type string
Action lib.Action
Description string
Search string
SearchList []string
}
func (*Lookup) GetDescription ¶
type Private ¶
func (*Private) GetDescription ¶
type Stdin ¶
type Stdin struct {
Type string
Action lib.Action
Description string
Name string
OnlyIPType lib.IPType
}
func (*Stdin) GetDescription ¶
Click to show internal directories.
Click to hide internal directories.