Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicCmd ¶
type DynamicCmd string
func (DynamicCmd) Prefix ¶
func (d DynamicCmd) Prefix() []byte
func (DynamicCmd) String ¶
func (d DynamicCmd) String() string
type RunContext ¶
type RunContext interface {
NetworkManager() models.NetworkManager // network service interface
DataManager() models.DataManager // data service interface
Engine() models.Engine // consensus engine
Eventer() models.Eventer // event queue
Config() *config.Config // system configuration
}
Click to show internal directories.
Click to hide internal directories.