MCPcopy Create free account
hub / github.com/gorilla/websocket / prepareKey

Struct prepareKey

prepared.go:27–31  ·  view source on GitHub ↗

prepareKey defines a unique set of options to cache prepared frames in PreparedMessage.

Source from the content-addressed store, hash-verified

25
26// prepareKey defines a unique set of options to cache prepared frames in PreparedMessage.
27type prepareKey struct {
28 isServer bool
29 compress bool
30 compressionLevel int
31}
32
33// preparedFrame contains data in wire representation.
34type preparedFrame struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected