Documentation ¶
Index ¶
Constants ¶
View Source
const ( TypeRead = iota TypeWrite TypeResponse TypeError TypeEOF TypeClose TypePing )
View Source
const (
MagicVersion = uint16(0x1b01) // LongHorn01
)
Variables ¶
View Source
var ( //ErrRWTimeout r/w operation timeout ErrRWTimeout = errors.New("r/w timeout") ErrPingTimeout = errors.New("Ping timeout") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client replica client
Click to show internal directories.
Click to hide internal directories.