Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRuntime ¶
func NewRuntime(nodeMngr pkg.NodeManager, parser pkg.CliParser) *runtime
Types ¶
type GlobalRegistryInterface ¶
type GlobalRegistryInterface interface {
Runtime() rt.Runtime
SetRuntime(rt.Runtime)
App() pkg.App
SetApp(pkg.App)
RegisterHook(Hook, HookHandler)
InvokeHooks(Hook, ...interface{}) error
ServiceLocator(string) ServiceLocator
}
func GlobalRegistry ¶
func GlobalRegistry() GlobalRegistryInterface
type HookHandler ¶
type HookHandler func(...interface{}) error
type ServiceEndpoint ¶
Click to show internal directories.
Click to hide internal directories.