Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound indicates there's not information for the retrieval. ErrNotFound = errors.New("retrieval info not found") )
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores retrieval information.
func (*Store) Get ¶
func (s *Store) Get(rid ffs.RetrievalID) (ffs.RetrievalInfo, error)
Get gets information about an executed retrieval.
Click to show internal directories.
Click to hide internal directories.