MCPcopy Index your code
hub / github.com/coder/coder / SimpleServerOptions

Struct SimpleServerOptions

tailnet/test/integration/integration.go:115–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115type SimpleServerOptions struct {
116 // FailUpgradeDERP will make the DERP server fail to handle the initial DERP
117 // upgrade in a way that causes the client to fallback to
118 // DERP-over-WebSocket fallback automatically.
119 // Incompatible with DERPWebsocketOnly.
120 FailUpgradeDERP bool
121 // DERPWebsocketOnly will make the DERP server only accept WebSocket
122 // connections. If a DERP request is received that is not using WebSocket
123 // fallback, the test will fail.
124 // Incompatible with FailUpgradeDERP.
125 DERPWebsocketOnly bool
126}
127
128var _ ServerStarter = SimpleServerOptions{}
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected