Documentation
¶
Index ¶
- type CmdFunc
- type CmdTree
- type Manager
- func (m *Manager) Pack(module any) []byte
- func (m *Manager) PackFunc(info []byte) []byte
- func (m *Manager) PackNet(list [][]byte) []byte
- func (m *Manager) PackSize(buf []byte) (int, int, bool)
- func (m *Manager) Read(conn net.Conn, size int, buf []byte) ([]byte, error)
- func (m *Manager) Unpack(buf []byte) (*queue.Manager[any], *qerror.Error)
- func (m *Manager) UnpackNet(buf []byte) (*queue.Manager[*CmdTree], *qerror.Error)
- func (m *Manager) Write(buf []byte) []byte
- type VarType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.