Documentation
¶
Index ¶
Constants ¶
View Source
const ErrConfigNotSet = "%s config not set"
ErrConfigNotSet means config not set error.
View Source
const ErrUnknownEngine = "unknown engine: %s"
ErrUnknownEngine means unknown engine error.
Variables ¶
View Source
var Version = "1.5.9"
Version is the current version of the package.
Functions ¶
This section is empty.
Types ¶
type Error ¶ added in v1.1.8
Error is the error type for KV.
type KV ¶ added in v1.4.0
KV is the interface for all KV implementations.
func NewFileSystem ¶ added in v1.3.0
func NewFileSystem(cfg ...*fs.FileSystemOptions) (KV, error)
NewFileSystem returns a new FileSystem KV.
Click to show internal directories.
Click to hide internal directories.