Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ID is the key for Id ID = "id" // Platform is the key for platform Platform = "platform" // ExecType is key for execution type ExecType = "execType" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBInterface ¶
type DBInterface interface { Get(name string) (Info, error) Set(info Info) error Delete(name string) error }
DBInterface interface
Click to show internal directories.
Click to hide internal directories.