Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerLister ¶
type ContainerLister interface { // List returns node's containers that support chain-based meta data and // any error that does not allow listing. List() (map[cid.ID]struct{}, error) // IsMineWithMeta checks if the given CID has meta enabled and current // node belongs to it. IsMineWithMeta(cid.ID) (bool, error) }
ContainerLister is a source of actual containers current node belongs to.
type Meta ¶
type Meta struct {
// contains filtered or unexported fields
}
Meta handles object meta information received from FS chain and object storages. Chain information is stored in Merkle-Patricia Tries. Full objects index is built and stored as a simple KV storage.
func (*Meta) Reload ¶
func (m *Meta) Reload(p Parameters) error
Reload updates service in runtime. Currently supported fields:
- endpoints
Click to show internal directories.
Click to hide internal directories.