MCPcopy
hub / github.com/nextdns/nextdns / Dummy

Struct Dummy

discovery/dummy.go:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package discovery
2
3type Dummy struct{}
4
5func (r Dummy) Name() string {
6 return "dummy"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected