Versions in this module Expand all Collapse all v1 v1.0.2 Apr 23, 2021 v1.0.1 Apr 23, 2021 Changes in this version + type DB struct + func New(addrs string, cred *mgo.Credential) *DB + func (d DB) Close() error + func (d DB) Delete(id string) error + func (d DB) Get(id string) (*job.Job, error) + func (d DB) GetAll() ([]*job.Job, error) + func (d DB) Save(j *job.Job) error