Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltStorage ¶
type BoltStorage struct {
// contains filtered or unexported fields
}
func NewBoltStorage ¶
func (*BoltStorage) Delete ¶
func (s *BoltStorage) Delete(key []byte) error
func (*BoltStorage) Put ¶
func (s *BoltStorage) Put(key, value []byte) error
Click to show internal directories.
Click to hide internal directories.