Documentation ¶
Index ¶
- type BoltStore
- func (b *BoltStore) Add(d *site.Site) error
- func (b *BoltStore) Close()
- func (b *BoltStore) Get(h hash.Hash) *site.Site
- func (b *BoltStore) GetTips() []hash.Hash
- func (b *BoltStore) Hashes() []hash.Hash
- func (b *BoltStore) Init(o store.Options) error
- func (b *BoltStore) SetTips(add hash.Hash, del []*site.Site)
- func (b *BoltStore) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltStore ¶
type BoltStore struct {
// contains filtered or unexported fields
}
BoltStore stores its persistence data in a boltdb (github.com/coreos/bbolt)
Click to show internal directories.
Click to hide internal directories.