Documentation
¶
Index ¶
Constants ¶
View Source
const ( MAX_KEY_LENGTH = 255 MAX_VAL_LENGTH = 65535 )
Variables ¶
This section is empty.
Functions ¶
func CamelCase ¶
CamelCase returns the CamelCased name. If there is an interior underscore followed by a lower case letter, drop the underscore and convert the letter to upper case.
func NewServerCodec ¶
func NewServerCodec(conn io.ReadWriteCloser) rpc.ServerCodec
func RegisterErrorCode ¶
func ServeConn ¶
func ServeConn(conn io.ReadWriteCloser)
Types ¶
Click to show internal directories.
Click to hide internal directories.