Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Categories ¶
type Categories []string
func (*Categories) Scan ¶
func (c *Categories) Scan(v interface{}) error
type Domain ¶
type Domain struct { ID int64 ParentID int64 Name string Categories Categories Parent *Domain }
type LookupInterface ¶
func NewFTLReader ¶
func NewFTLReader(path string) (LookupInterface, error)
type WriterInterface ¶
type WriterInterface interface { Write(domain string, cats Categories) error Close() error }
Click to show internal directories.
Click to hide internal directories.