MCPcopy
hub / github.com/coredns/coredns / sequential

Struct sequential

plugin/forward/policy.go:62–62  ·  view source on GitHub ↗

sequential is a policy that selects hosts based on sequential ordering.

Source from the content-addressed store, hash-verified

60
61// sequential is a policy that selects hosts based on sequential ordering.
62type sequential struct{}
63
64func (r *sequential) String() string { return "sequential" }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected