Documentation ¶
Overview ¶
Package xrep implements the raw REP protocol, which is the response side of the request/response pattern. (REQ is the request.)
Index ¶
Constants ¶
View Source
const ( Self = protocol.ProtoRep Peer = protocol.ProtoReq SelfName = "rep" PeerName = "req" )
Protocol identity information.
Variables ¶
This section is empty.
Functions ¶
func NewProtocol ¶
NewProtocol returns a new protocol implementation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.