Documentation ¶
Index ¶
- func Dial(rawURL string) (*rpc.Client, error)
- type Codec
- func (c *Codec) Close() error
- func (c *Codec) Decrypt(cipherText []byte) ([]byte, error)
- func (c *Codec) Encrypt(plainText []byte, seq, random, timestamp uint32) []byte
- func (c *Codec) ReadResponseBody(v any) error
- func (c *Codec) ReadResponseHeader(r *rpc.Response) error
- func (c *Codec) WriteRequest(r *rpc.Request, v any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.