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) (ResourceInfo, error) Set(info ResourceInfo) error Delete(name string) error }
type ResourceInfo ¶
Click to show internal directories.
Click to hide internal directories.