Documentation
¶
Overview ¶
Package storage provides intofaces into an sqlite database for storing found subdomains.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client holds the sql dependency.
func (*Client) InsertDomain ¶
InsertDomain inserts a domain into the db.
func (*Client) InsertPort ¶
InsertPort inserts a port into the db.
func (*Client) InsertSubdomain ¶
InsertSubdomain inserts a subdomain into the db.
func (*Client) PortExists ¶
PortExists returns whether a port has already been inserted.
Click to show internal directories.
Click to hide internal directories.