Documentation
¶
Index ¶
- type FilterFSStorer
- func (f *FilterFSStorer) DeleteRange(start []byte, end []byte, opt bond.WriteOptions, batch ...bond.Batch) error
- func (f *FilterFSStorer) Get(key []byte, batch ...bond.Batch) (data []byte, closer io.Closer, err error)
- func (f *FilterFSStorer) Set(key []byte, value []byte, opt bond.WriteOptions, batch ...bond.Batch) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterFSStorer ¶
type FilterFSStorer struct {
// contains filtered or unexported fields
}
func NewFSFilterStorer ¶
func NewFSFilterStorer(path string) *FilterFSStorer
func (*FilterFSStorer) DeleteRange ¶
func (f *FilterFSStorer) DeleteRange(start []byte, end []byte, opt bond.WriteOptions, batch ...bond.Batch) error
func (*FilterFSStorer) Set ¶
func (f *FilterFSStorer) Set(key []byte, value []byte, opt bond.WriteOptions, batch ...bond.Batch) error
Click to show internal directories.
Click to hide internal directories.