Documentation
¶
Index ¶
- Constants
- func CompressSnappy(data []byte) ([]byte, error)
- func CompressZLib(data []byte) (result []byte, err error)
- func DecompressSnappy(data []byte) ([]byte, error)
- func DecompressZLib(data []byte) (result []byte, err error)
- func Decrypt(iv IV, key data.Key, data []byte) (result []byte, err error)
- func Encrypt(iv IV, key data.Key, data []byte) (result []byte, err error)
- type Client
- type IV
- type Packet
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func CompressSnappy ¶
func CompressZLib ¶
func DecompressSnappy ¶
func DecompressZLib ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SendInform ¶
func (c *Client) SendInform() (messages.InformResponse, error)
func (*Client) StartDiscovery ¶
func (c *Client) StartDiscovery()
type Packet ¶
func (Packet) IsEncrypted ¶
Click to show internal directories.
Click to hide internal directories.