Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kernel ¶
type Kernel struct {
Config *goconfig.Config
Container *goldi.Container
// contains filtered or unexported fields
}
func (*Kernel) Subscribe ¶
func (k *Kernel) Subscribe(ready OnKernelReady)
type OnKernelReady ¶
type OnKernelReady func(k *Kernel)
Click to show internal directories.
Click to hide internal directories.