Categorygithub.com/starter-go/keyvalues
modulepackage
0.0.1
Repository: https://github.com/starter-go/keyvalues.git
Documentation: pkg.go.dev

# README

keyvalues

一套抽象的 key-value 存储 api

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewMainModule ...
NewTestModule ...

# Structs

ClassInfo ...
Configuration 表示 store 的配置.
DriverInfo ...
NamespaceInfo ...
Options 表示 store 的操作选项.
Registration 注册信息.
StoreInfo ...
Want 表示一个查询条件.

# Interfaces

BinaryEntry 是 二进制 形式的 Entry.
Class 代表一个类型.
ClassGetter ...
ClassLoader ...
Driver 代表 store 的驱动.
DriverGetter ...
Entry
Entry 代表 store 中的一个条目.
JSONEntry 是 JSON 形式的 Entry.
Namespace 代表命名空间.
NamespaceGetter ...
NamespaceLoader ...
Registry ...
Service 提供面向客户端的服务.
Store 代表一个存储库.
StoreGetter ...
StoreLoader ...
TextEntry 是 文本 形式的 Entry.

# Type aliases

ClassAlias 表示类型的别名.
ClassName 表示类型的全名 (namespace + simpleName).
NS 表示命名空间的字符串形式.
SimpleName 表示类型的短名称.