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

Struct cstServer

client_server_test.go:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48type cstHandler struct{ *testing.T }
49
50type cstServer struct {
51 *httptest.Server
52 URL string
53 t *testing.T
54}
55
56const (
57 cstPath = "/a/b"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected