Documentation ¶
Index ¶
- type ModernSaver
- func (sl ModernSaver) Close() error
- func (s ModernSaver) Delete(rm persist.Key) error
- func (s ModernSaver) Get(key persist.Key) ([]byte, error)
- func (s ModernSaver) List() ([]persist.Key, error)
- func (s ModernSaver) Put(key persist.Key, data []byte) error
- func (s ModernSaver) PutMultiple(values []persist.KeyValuePair) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModernSaver ¶
type ModernSaver struct {
// contains filtered or unexported fields
}
func New ¶
func New(path string) (*ModernSaver, error)
func (ModernSaver) Close ¶
func (sl ModernSaver) Close() error
func (ModernSaver) PutMultiple ¶ added in v0.4.0
func (s ModernSaver) PutMultiple(values []persist.KeyValuePair) error
Click to show internal directories.
Click to hide internal directories.