MCPcopy Create free account
hub / github.com/FiloSottile/captive-browser / UpstreamResolver

Struct UpstreamResolver

main.go:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18type UpstreamResolver struct {
19 r *net.Resolver
20}
21
22func NewUpstreamResolver(upstream string, dialer *net.Dialer) *UpstreamResolver {
23 return &UpstreamResolver{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected