# Functions
No description provided by the author
IsValidChannelName checks a channel name for correctness.
IsValidTopicName checks a topic name for correctness.
NewClientErr creates a ClientErr with the supplied human and machine readable strings.
NewClientErr creates a ClientErr with the supplied human and machine readable strings.
SendFramedResponse is a server side utility function to prefix data with a length header and frame header and write to the supplied Writer.
SendResponse is a server side utility function to prefix data with a length header and write to the supplied Writer.
No description provided by the author
# Structs
ClientErr provides a way for NSQ daemons to log a human reabable error string and return a machine readable string to the client.
No description provided by the author
# Interfaces
No description provided by the author
Protocol describes the basic behavior of any protocol in the system.
No description provided by the author