MCPcopy Create free account
hub / github.com/XTLS/Go / timeoutError

Struct timeoutError

tls.go:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100type timeoutError struct{}
101
102func (timeoutError) Error() string { return "tls: DialWithDialer timed out" }
103func (timeoutError) Timeout() bool { return true }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected