Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusStore ¶
type StatusStore struct { *Store // contains filtered or unexported fields }
func NewStatusStore ¶
func NewStatusStore(store *Store) (*StatusStore, error)
NewStatusStore creates bucket if not found
func (*StatusStore) GetAll ¶
func (db *StatusStore) GetAll() ([]*Status, error)
GetAll loads all jobs stats from db
func (*StatusStore) Sync ¶
func (db *StatusStore) Sync(stats []*Status) error
Sync plans found on disk with db
Click to show internal directories.
Click to hide internal directories.