Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shawn1m/overture
/ Exchange
Method
Exchange
core/outbound/clients/resolver/base_resolver.go:20–20 ·
view source on GitHub ↗
(*dns.Msg)
Source
from the content-addressed store, hash-verified
18
19
type
Resolver
interface
{
20
Exchange(*dns.Msg) (*dns.Msg, error)
21
Init() error
22
}
23
Callers
12
testUDP
Function · 0.95
testTCP
Function · 0.95
testTCPTLS
Function · 0.95
testHTTPS
Function · 0.95
ServeDNSHttp
Method · 0.65
ServeDNS
Method · 0.65
exchange
Function · 0.65
selectByIPNetwork
Method · 0.65
Exchange
Method · 0.65
Exchange
Method · 0.65
Exchange
Method · 0.65
Exchange
Method · 0.65
Implementers
6
Dispatcher
core/outbound/dispatcher.go
TCPTLSResolver
core/outbound/clients/resolver/tcptls_
BaseResolver
core/outbound/clients/resolver/base_re
UDPResolver
core/outbound/clients/resolver/udp_res
HTTPSResolver
core/outbound/clients/resolver/https_r
TCPResolver
core/outbound/clients/resolver/tcp_res
Calls
no outgoing calls
Tested by
5
testUDP
Function · 0.76
testTCP
Function · 0.76
testTCPTLS
Function · 0.76
testHTTPS
Function · 0.76
exchange
Function · 0.52