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 NewBoltStorage(path string) (*BoltStorage, error)
func (*BoltStorage) Close ¶
func (s *BoltStorage) Close() error
func (*BoltStorage) Delete ¶
func (b *BoltStorage) Delete(key string) error
type FileStorage ¶
type FileStorage struct {
// contains filtered or unexported fields
}
func NewFileStorage ¶
func NewFileStorage(dir string) (*FileStorage, error)
func (*FileStorage) Close ¶
func (fs *FileStorage) Close() error
func (*FileStorage) Delete ¶
func (fs *FileStorage) Delete(key string) error
Click to show internal directories.
Click to hide internal directories.