Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTooLowVersion = errors.New("meycoinsvr version is too low")
Functions ¶
This section is empty.
Types ¶
type WezenConnectSvc ¶
type WezenConnectSvc struct { *component.BaseComponent PrivateChain bool // contains filtered or unexported fields }
PeerMapService is
func NewWezenConnectSvc ¶
func NewWezenConnectSvc(cfg *config.P2PConfig, ntc p2pcommon.NTContainer) *WezenConnectSvc
func (*WezenConnectSvc) AfterStart ¶
func (pcs *WezenConnectSvc) AfterStart()
func (*WezenConnectSvc) BeforeStart ¶
func (pcs *WezenConnectSvc) BeforeStart()
func (*WezenConnectSvc) BeforeStop ¶
func (pcs *WezenConnectSvc) BeforeStop()
func (*WezenConnectSvc) Receive ¶
func (pcs *WezenConnectSvc) Receive(context actor.Context)
func (*WezenConnectSvc) Statistics ¶
func (pcs *WezenConnectSvc) Statistics() *map[string]interface{}
Click to show internal directories.
Click to hide internal directories.