Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct { // Negotiator is responsible for exchanging messages. Negotiator proto.DRPCPeerBrokerClient *peer.Conn }
Conn wraps a peer connection with helper functions to communicate with the agent.
type Dialer ¶
type Dialer func(ctx context.Context, options *peer.ConnOptions) (*peerbroker.Listener, error)
Click to show internal directories.
Click to hide internal directories.