Documentation ¶
Index ¶
Constants ¶
View Source
const MuxHeader = 6
MuxHeader is the header byte used for the TCP muxer.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a client for connecting remotely to a copier service.
func (*Client) ShardReader ¶
func (c *Client) ShardReader(id uint64) (io.ReadCloser, error)
ShardReader returns a reader for streaming shard data. Returned ReadCloser must be closed by the caller.
Click to show internal directories.
Click to hide internal directories.