Documentation ¶
Overview ¶
Package pull implements the PULL protocol, which is the read side of the pipeline pattern. (PUSH is the reader.)
Index ¶
Constants ¶
View Source
const ( Self = protocol.ProtoPull Peer = protocol.ProtoPush SelfName = "pull" PeerName = "push" )
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.