package util

import "github.com/containerd/containerd/integration/remote/util"

Index

Functions

func CreateListener

func CreateListener(endpoint string) (net.Listener, error)

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

func GetBootTime() (time.Time, error)

GetBootTime empty implementation

func LocalEndpoint

func LocalEndpoint(path, file string) (string, error)

LocalEndpoint empty implementation

func LockAndCheckSubPath

func LockAndCheckSubPath(volumePath, subPath string) ([]uintptr, error)

LockAndCheckSubPath empty implementation

func UnlockPath

func UnlockPath(fileHandles []uintptr)

UnlockPath empty implementation

Source Files

util_unsupported.go

Version
v1.6.38
Published
Mar 17, 2025
Platform
js/wasm
Imports
4 packages
Last checked
7 seconds ago

Tools for package owners.