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