Versions in this module Expand all Collapse all v0 v0.3.0 Jun 18, 2025 v0.2.0 Jun 13, 2025 Changes in this version + type KVModule struct + func NewKVModule() *KVModule + func (kv *KVModule) Cleanup() error + func (kv *KVModule) CreateGlobalObject(runtime *sobek.Runtime) sobek.Value + func (kv *KVModule) GetGlobalName() string + func (kv *KVModule) IsEnabled(enabledModules map[string]bool) bool + func (kv *KVModule) Name() string + func (kv *KVModule) Setup(runtime *sobek.Runtime, manager *vm.VMManager) error