MCPcopy
hub / github.com/containerd/containerd / API

Struct API

internal/cri/nri/nri_api_linux.go:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49)
50
51type API struct {
52 cri CRIImplementation
53 nri nri.API
54}
55
56func NewAPI(nri nri.API, cri CRIImplementation) *API {
57 return &API{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected