Documentation
¶
Index ¶
Constants ¶
View Source
const ADMIN_USER_NAME = "ADMIN"
View Source
const READER_USER_NAME = "READER"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kernel ¶
type Kernel struct {
// contains filtered or unexported fields
}
func (*Kernel) RegisterModule ¶
func (k *Kernel) RegisterModule(m ModuleIntf)
type KernelIntf ¶
type KernelIntf interface {
RegisterModule(m ModuleIntf)
Run()
Init()
}
type ModuleIntf ¶
type ModuleIntf interface {
ExposeMethods()
RegisterPermissions()
GetName() string
}
Click to show internal directories.
Click to hide internal directories.