MCPcopy
hub / github.com/coredns/coredns / APIConnServeTest

Struct APIConnServeTest

plugin/kubernetes/handler_test.go:701–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701type APIConnServeTest struct {
702 notSynced bool
703}
704
705func (a APIConnServeTest) HasSynced() bool { return !a.notSynced }
706func (APIConnServeTest) Run() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected