Documentation ¶
Overview ¶
Package net implements all network communication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener struct { // TODO: Rename to something else. It doesn't just listen. Server *geanstalkd.Server }
Listener listens for network connections and handles network traffic. See [1] for the exact protocol. All network request-responses are backed by a geanstalkd.Server.
[1] https://raw.githubusercontent.com/kr/beanstalkd/master/doc/protocol.txt
Click to show internal directories.
Click to hide internal directories.