package dialer
import "github.com/containerd/containerd/pkg/dialer"
Index ¶
- Variables
- func ContextDialer(ctx context.Context, address string) (net.Conn, error)
- func DialAddress(address string) string
Variables ¶
var Dialer = timeoutDialer
Dialer returns a GRPC net.Conn connected to the provided address Deprecated: use ContextDialer and grpc.WithContextDialer.
Functions ¶
func ContextDialer ¶
ContextDialer returns a GRPC net.Conn connected to the provided address
func DialAddress ¶
DialAddress returns the address with unix:// prepended to the provided address
Source Files ¶
- Version
- v1.6.17
- Published
- Feb 10, 2023
- Platform
- js/wasm
- Imports
- 7 packages
- Last checked
- 1 minute ago –
Tools for package owners.