MCPcopy
hub / github.com/MetaCubeX/mihomo / Dialer

Struct Dialer

component/dialer/dialer.go:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388type Dialer struct {
389 Opt option
390}
391
392func (d Dialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
393 return DialContext(ctx, network, address, WithOption(d.Opt))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected