package util
import "github.com/containerd/containerd/integration/remote/util"
Index ¶
- func CreateListener(endpoint string) (net.Listener, error)
- func GetAddressAndDialer(endpoint string) (string, func(ctx context.Context, addr string) (net.Conn, error), error)
- func GetBootTime() (time.Time, error)
- func LocalEndpoint(path, file string) (string, error)
- func LockAndCheckSubPath(volumePath, subPath string) ([]uintptr, error)
- func UnlockPath(fileHandles []uintptr)
Functions ¶
func CreateListener ¶
CreateListener creates a listener on the specified endpoint.
func GetAddressAndDialer ¶
func GetAddressAndDialer(endpoint string) (string, func(ctx context.Context, addr string) (net.Conn, error), error)
GetAddressAndDialer returns the address parsed from the given endpoint and a context dialer.
func GetBootTime ¶
GetBootTime empty implementation
func LocalEndpoint ¶
LocalEndpoint empty implementation
func LockAndCheckSubPath ¶
LockAndCheckSubPath empty implementation
func UnlockPath ¶
func UnlockPath(fileHandles []uintptr)
UnlockPath empty implementation
Source Files ¶
- Version
- v1.7.10
- Published
- Nov 29, 2023
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 54 seconds ago –
Tools for package owners.