Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { //Store process info StoreProcessInfo(processInfo *types.ProcessInfo) error //Get all process infos GetAllProcessInfos() ([]*types.ProcessInfo, error) //delete process info DeleteProcessInfo(processInfo *types.ProcessInfo) error }
Click to show internal directories.
Click to hide internal directories.