package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Apr 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataPackage struct {
Protocol string
Payload []byte
Compress bool
}
DataPackage .
Package is a container for net message.
NewPackage create a Package contains message payload with protocol.
FromBytes parse bytes received from receive stream into Package.
Payload return the message payload bytes.
Protocol return the protocol id that the message marked.
ToBytes parse Package to bytes for sending on stream finally.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.