Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Close() error
- func (m *Manager) FindTag(tag string) (cid.Cid, error)
- func (m *Manager) Get(key datastore.Key) ([]byte, error)
- func (m *Manager) GetAllCids() ([]cid.Cid, error)
- func (m *Manager) GetAllTags() ([]string, error)
- func (m *Manager) Has(key datastore.Key) (bool, error)
- func (m *Manager) Put(key datastore.Key, v []byte) error
- func (m *Manager) StartContentWatcher()
- func (m *Manager) Tag(tag string, id cid.Cid) error
- type Syncer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) GetAllCids ¶
func (*Manager) GetAllTags ¶
func (*Manager) StartContentWatcher ¶
func (m *Manager) StartContentWatcher()
Click to show internal directories.
Click to hide internal directories.