Documentation ¶
Overview ¶
Package xpull implements the PULL protocol. This read only protocol simply receives messages from pipes.
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.