Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeDomainListIn = "domainlist" DescDomainListIn = "Convert domain list to other formats" )
View Source
const ( TypeTextOut = "text" DescTextOut = "Convert domain lists to plaintext format" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainListIn ¶
type DomainListIn struct {
Type string
Action lib.Action
Description string
DataDir string
Want map[string]bool
}
func (*DomainListIn) GetAction ¶
func (d *DomainListIn) GetAction() lib.Action
func (*DomainListIn) GetDescription ¶
func (d *DomainListIn) GetDescription() string
func (*DomainListIn) GetType ¶
func (d *DomainListIn) GetType() string
Click to show internal directories.
Click to hide internal directories.