MCPcopy Index your code
hub / github.com/coder/websocket / MessageType

TypeAlias MessageType

conn.go:19–19  ·  view source on GitHub ↗

MessageType represents the type of a WebSocket message. See https://tools.ietf.org/html/rfc6455#section-5.6

Source from the content-addressed store, hash-verified

17// MessageType represents the type of a WebSocket message.
18// See https://tools.ietf.org/html/rfc6455#section-5.6
19type MessageType int
20
21// MessageType constants.
22const (

Callers 2

StringMethod · 0.70
readerMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected