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

Struct fakeDERPClient

tailnet/controllers_test.go:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633type fakeDERPClient struct {
634 ch chan *tailcfg.DERPMap
635 err error
636}
637
638func (f fakeDERPClient) Close() error {
639 close(f.ch)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected