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

Struct fakeDERPMapSetter

tailnet/controllers_test.go:2424–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422}
2423
2424type fakeDERPMapSetter struct {
2425 ctx context.Context
2426 calls chan *setDERPMapCall
2427}
2428
2429var _ tailnet.DERPMapSetter = &fakeDERPMapSetter{}
2430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected