MCPcopy
hub / github.com/nirui/sshwifty / Dial

FuncType Dial

application/network/dial.go:26–27  ·  view source on GitHub ↗

Dial dial to remote machine

func(
	network string, address string, timeout time.Duration) (net.Conn, error)

Source from the content-addressed store, hash-verified

24
25// Dial dial to remote machine
26type Dial func(
27 network string, address string, timeout time.Duration) (net.Conn, error)
28
29// TCPDial build a TCP dialer
30func TCPDial() Dial {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected