Documentation
¶
Index ¶
Constants ¶
View Source
const ADNLQuery int32 = -1265895046
View Source
const ADNLQueryResponse int32 = 262964246
View Source
const LiteServerQuery int32 = 2039219935
View Source
const TCPPing int32 = 1292381082
View Source
const TCPPong int32 = -597034237
Variables ¶
View Source
var ErrNoActiveConnections = errors.New("no active connections")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type LiteRequest ¶
type LiteRequest struct {
TypeID int32
QueryID []byte
Data []byte
RespChan chan *LiteResponse
}
type LiteResponse ¶
Click to show internal directories.
Click to hide internal directories.