Documentation
¶
Index ¶
Constants ¶
View Source
const ( EQ = "eq" NE = "ne" )
View Source
const ( GT = "gt" GE = "ge" IT = "it" LE = "le" IN = "in" )
View Source
const ( CN = "cn" NC = "nc" HP = "hp" HS = "hs" )
View Source
const ( ASC = "asc" DESC = "desc" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileMirror ¶ added in v1.2.1
type Interface ¶
type Interface interface { Init() error Get(reference boson.Address) (FileView, bool) GetMirror(reference boson.Address) (*FileMirror, error) GetList(page Page, filter []Filter, sort Sort) ([]FileView, int) GetMirrors(reference boson.Address) (fms []*FileMirror, err error) Put(file FileView) error PutMirror(pre, next boson.Address, ope Operation, file FileView) error Delete(reference boson.Address) error DeleteMirror(reference boson.Address) error Has(reference boson.Address) bool Update(file FileView) error }
func New ¶
func New(storer storage.StateStorer) Interface
Click to show internal directories.
Click to hide internal directories.