Documentation ¶
Index ¶
- type Engine
- func (a *Engine) GetBenchmarks() map[string]interface{}
- func (ap *Engine) HandleGeneralMessage(msgEvent *message.GeneralMessageEvent)
- func (a *Engine) InitDefault()
- func (a *Engine) Name() string
- func (a *Engine) RegisterPlugin(plugin communication.GeneralMessageHandlerPlugin)
- func (ap *Engine) Start()
- func (ap *Engine) Stop()
- type EnginePlugin
- type LedgerProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) GetBenchmarks ¶
func (*Engine) HandleGeneralMessage ¶
func (ap *Engine) HandleGeneralMessage(msgEvent *message.GeneralMessageEvent)
func (*Engine) InitDefault ¶
func (a *Engine) InitDefault()
func (*Engine) RegisterPlugin ¶
func (a *Engine) RegisterPlugin(plugin communication.GeneralMessageHandlerPlugin)
type EnginePlugin ¶
type EnginePlugin interface {
SupportedEventHandlers() []eventbus.EventHandlerRegisterInfo
}
type LedgerProvider ¶
type LedgerProvider interface { }
Click to show internal directories.
Click to hide internal directories.