Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTemplates ¶
NewTemplates generates a new structure associated with the HTML templates served on the website
Types ¶
type DB ¶
type DB struct { Data *Data // contains filtered or unexported fields }
DB is a structure associated with the Redis database
func NewDatabase ¶
func NewDatabase() *DB
NewDatabase generates a new structure associated with the Redis database
func (*DB) GetSubdomains ¶
func (db *DB) GetSubdomains()
GetSubdomains returns the sub-domains associated with a domain
func (*DB) GetWhois ¶
func (db *DB) GetWhois()
GetWhois gets the Whois information stored about the domain
func (*DB) SetSubdomains ¶
SetSubdomains Stores the subdomains in the database
Click to show internal directories.
Click to hide internal directories.