Documentation
¶
Index ¶
- type Entry
- type Store
- func (s *Store) Capacity() int64
- func (s *Store) ListAll() <-chan Entry
- func (s *Store) ListWithReplicaID(id uint64) <-chan Entry
- func (s *Store) Read(publicKey ed25519.PublicKey, datKey string) (Entry, error)
- func (s *Store) ReadBackup() error
- func (s *Store) Used() int64
- func (s *Store) Write(e *Entry) error
- type StoreCfg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) ListWithReplicaID ¶ added in v0.0.51
func (*Store) ReadBackup ¶ added in v0.0.51
Click to show internal directories.
Click to hide internal directories.