Documentation ¶
Index ¶
Constants ¶
View Source
const PeerID = "peerID"
Variables ¶
View Source
var ( ErrInvalidChainID = errors.New("invalid chain ID") ErrNoAvailableSlots = errors.New("no available Slots") )
Functions ¶
This section is empty.
Types ¶
type IdentityService ¶
type IdentityService struct { proto.UnimplementedIdentityServer // contains filtered or unexported fields }
IdentityService is a networking service used to handle peer handshaking. It acts as a gatekeeper to peer connectivity
func NewIdentityService ¶
func NewIdentityService( server networkingServer, logger hclog.Logger, chainID int64, hostID peer.ID, ) *IdentityService
NewIdentityService returns a new instance of the IdentityService
func (*IdentityService) GetNotifyBundle ¶
func (i *IdentityService) GetNotifyBundle() *network.NotifyBundle
Click to show internal directories.
Click to hide internal directories.