MCPcopy Create free account
hub / github.com/coder/coder / FakeCoordinator

Struct FakeCoordinator

tailnet/tailnettest/tailnettest.go:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159type FakeCoordinator struct {
160 CoordinateCalls chan *FakeCoordinate
161}
162
163func (*FakeCoordinator) ServeHTTPDebug(http.ResponseWriter, *http.Request) {
164 panic("unimplemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected