Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseComponent ¶
type BaseComponent struct {
// contains filtered or unexported fields
}
func NewBaseComponent ¶
func NewBaseComponent() *BaseComponent
func (*BaseComponent) Launch ¶
func (b *BaseComponent) Launch()
func (*BaseComponent) Resolve ¶
func (b *BaseComponent) Resolve(op Operation)
func (*BaseComponent) Stop ¶
func (b *BaseComponent) Stop()
type CallBackFn ¶
type CallBackFn func()
type Operation ¶
type Operation struct { IsAsynchronous bool CB CallBackFn Ret chan interface{} }
Click to show internal directories.
Click to hide internal directories.