Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromConfPath ¶
func NewFromConfPath(confPath string) *node
Types ¶
type ExecuteCallbackFunc ¶
type ExecuteCallbackFunc = func() error
type PostStart ¶
PostStart enables a platform to execute additional tasks after all platforms have started
type ViewManager ¶
type ViewManager interface {
NewView(id string, in []byte) (view.View, error)
InitiateView(view view.View) (interface{}, error)
InitiateContext(view view.View) (view.Context, error)
InitiateContextWithIdentity(view view.View, id view.Identity) (view.Context, error)
Context(contextID string) (view.Context, error)
}
Click to show internal directories.
Click to hide internal directories.