Documentation ¶
Overview ¶
Package rep implements the 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 allocates a protocol state for the REP protocol.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.