Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBInterface ¶
type DBInterface interface { Get(id string) (Info, error) GetList() ([]Info, error) GetIDWithIP(IPv4 string) (string, error) Set(conf Info) error Update(conf Info) error Delete(id string) error }
DBInterface interface
Click to show internal directories.
Click to hide internal directories.