Documentation ¶ Index ¶ type List func LoadFormFile(file string) (*List, error) func LoadFormReader(r io.Reader) (*List, error) func New() *List func (l *List) Add(fqdn string) func (l *List) Has(fqdn string) bool func (l *List) Len() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type List ¶ type List struct { // contains filtered or unexported fields } func LoadFormFile ¶ func LoadFormFile(file string) (*List, error) func LoadFormReader ¶ func LoadFormReader(r io.Reader) (*List, error) func New ¶ func New() *List func (*List) Add ¶ func (l *List) Add(fqdn string) func (*List) Has ¶ func (l *List) Has(fqdn string) bool func (*List) Len ¶ func (l *List) Len() int Source Files ¶ View all Source files domain_list.go load_helper.go Click to show internal directories. Click to hide internal directories.