Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound indicates the instance doesn't exist. ErrNotFound = errors.New("cid info not found") )
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store is an Datastore implementation of StorageInfoStore.
func New ¶
func New(ds datastore.Datastore) *Store
New returns a new JobStore backed by the Datastore.
Click to show internal directories.
Click to hide internal directories.