MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / FastResolver

Struct FastResolver

resolver/fast.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type FastResolver struct {
16 upstreams []LookupNetIPer
17}
18
19func FastFromURLs(urls ...string) (LookupNetIPer, error) {
20 resolvers := make([]LookupNetIPer, 0, len(urls))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected