Documentation ¶ Index ¶ func Methods() []string func ModuleName() string type KV func New(engine coreStorage.CoreStorage) *KV func (kv *KV) GetLoader(_ *script.Script) lua.LGFunction func (kv *KV) Name() string func (kv *KV) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Methods ¶ added in v0.4.0 func Methods() []string func ModuleName ¶ added in v0.4.0 func ModuleName() string Types ¶ type KV ¶ type KV struct { // contains filtered or unexported fields } func New ¶ func New(engine coreStorage.CoreStorage) *KV func (*KV) GetLoader ¶ func (kv *KV) GetLoader(_ *script.Script) lua.LGFunction func (*KV) Name ¶ func (kv *KV) Name() string func (*KV) Stop ¶ func (kv *KV) Stop() error Source Files ¶ View all Source files kv.go Click to show internal directories. Click to hide internal directories.