package
0.0.0-20250130135623-228e5e36e018
Repository: https://github.com/google/ctrdac.git
Documentation: pkg.go.dev

# Functions

GetSocketPath is a helper function for unit tests so we can run them platform agnostic.
NewDialer creates a new Upstream interface to a path listener.
NewListener creates a new unix domain socket listener Params is platform specific and optional (empty string is ok).
RetrieveConnectionInfo retrieves info about the connection.

# Constants

Grpc indicates that the upstream is a Grpc listener.

# Variables

PathCred is a context key that is used when saving Ucred information into the context.

# Structs

ContextKey is root type of info that is added into the context.
PathUpstream implements the Upstream interface to access the containerd listener.
ResolvedUcred is the expanded version of Ucred that features the resolved Username/Group names as well.

# Type aliases

DialFlag allows customizing the dialing behaviour.