Documentation
¶
Overview ¶
Package constant defines some constants. Constants that can be referenced by any package. However, this package should not import or reference any other package within the project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetProtocol ¶
type NetProtocol string
const ( TCP NetProtocol = "tcp" UDP NetProtocol = "udp" WS NetProtocol = "ws" WSS NetProtocol = "wss" KCP NetProtocol = "kcp" GRPC NetProtocol = "grpc" GRPCS NetProtocol = "grpcs" )
Click to show internal directories.
Click to hide internal directories.