Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteMsgHeader ¶
WriteMsgHeader writes the header of a "binary PUT message" to `w`
func WriteReader ¶
WriteString writes a "binary PUT message" to `w` with key `key`. `r` is copied to `w` as the contents of the message. Note that this function cannot determine the number of bytes in `r` without first reading it; `r` is read completely into a temporary buffer before being copied to `w`. Note that this function writes the header; users should not call both WriteMsgHeader and WriteReader.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.