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) Set(info Info) error Delete(name string) error }
DBInterface interface
Click to show internal directories.
Click to hide internal directories.