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