Documentation ¶
Index ¶
Constants ¶
View Source
const ( EventConnected string = "CONNECTED" EventIncomingData string = "DATA" EventClose string = "CLOSE" )
Variables ¶
View Source
var ( CLOSE = []byte("CLOSE") //nolint:gochecknoglobals CONTINUE = []byte("CONTINUE") //nolint:gochecknoglobals WRITECLOSE = []byte("WRITECLOSE") //nolint:gochecknoglobals WRITE = []byte("WRITE") //nolint:gochecknoglobals )
immutable
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.