Documentation ¶
Index ¶
- func RunIncomingPeer(ctx context.Context, params IncomingPeerParams)
- func RunOutgoingPeer(ctx context.Context, params OutgoingPeerParams)
- type IncomingPeer
- func (a *IncomingPeer) Close() error
- func (a *IncomingPeer) Connection() conn.Connection
- func (a *IncomingPeer) Direction() peer.Direction
- func (a *IncomingPeer) Handshake() proto.Handshake
- func (a *IncomingPeer) ID() string
- func (a *IncomingPeer) RemoteAddr() proto.TCPAddr
- func (a *IncomingPeer) SendMessage(m proto.Message)
- type IncomingPeerParams
- type OutgoingPeer
- func (a *OutgoingPeer) Close() error
- func (a *OutgoingPeer) Connection() conn.Connection
- func (a *OutgoingPeer) Direction() peer.Direction
- func (a *OutgoingPeer) Handshake() proto.Handshake
- func (a *OutgoingPeer) ID() string
- func (a *OutgoingPeer) RemoteAddr() proto.TCPAddr
- func (a *OutgoingPeer) SendMessage(m proto.Message)
- type OutgoingPeerParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunIncomingPeer ¶
func RunIncomingPeer(ctx context.Context, params IncomingPeerParams)
func RunOutgoingPeer ¶
func RunOutgoingPeer(ctx context.Context, params OutgoingPeerParams)
Types ¶
type IncomingPeer ¶
type IncomingPeer struct {
// contains filtered or unexported fields
}
func (*IncomingPeer) Close ¶
func (a *IncomingPeer) Close() error
func (*IncomingPeer) Connection ¶
func (a *IncomingPeer) Connection() conn.Connection
func (*IncomingPeer) Direction ¶
func (a *IncomingPeer) Direction() peer.Direction
func (*IncomingPeer) Handshake ¶
func (a *IncomingPeer) Handshake() proto.Handshake
func (*IncomingPeer) ID ¶
func (a *IncomingPeer) ID() string
func (*IncomingPeer) RemoteAddr ¶
func (a *IncomingPeer) RemoteAddr() proto.TCPAddr
func (*IncomingPeer) SendMessage ¶
func (a *IncomingPeer) SendMessage(m proto.Message)
type IncomingPeerParams ¶
type OutgoingPeer ¶
type OutgoingPeer struct {
// contains filtered or unexported fields
}
func (*OutgoingPeer) Close ¶
func (a *OutgoingPeer) Close() error
func (*OutgoingPeer) Connection ¶
func (a *OutgoingPeer) Connection() conn.Connection
func (*OutgoingPeer) Direction ¶
func (a *OutgoingPeer) Direction() peer.Direction
func (*OutgoingPeer) Handshake ¶
func (a *OutgoingPeer) Handshake() proto.Handshake
func (*OutgoingPeer) ID ¶
func (a *OutgoingPeer) ID() string
func (*OutgoingPeer) RemoteAddr ¶
func (a *OutgoingPeer) RemoteAddr() proto.TCPAddr
func (*OutgoingPeer) SendMessage ¶
func (a *OutgoingPeer) SendMessage(m proto.Message)
Click to show internal directories.
Click to hide internal directories.