Versions in this module Expand all Collapse all v0 v0.2.0 Apr 16, 2026 v0.1.0 Apr 14, 2026 Changes in this version + const ADMIN_USER_NAME + const READER_USER_NAME + type Kernel struct + func NewKernel() Kernel + func (k *Kernel) Init() + func (k *Kernel) RegisterModule(m ModuleIntf) + func (k *Kernel) Run() + type KernelIntf interface + Init func() + RegisterModule func(m ModuleIntf) + Run func() + type ModuleIntf interface + ExposeMethods func() + GetName func() string + RegisterPermissions func()