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 )
These byte slices are treated as read-only sentinel values for worker responses. They are package-level vars (not consts) because []byte cannot be const in Go.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.