Get desktop application:
View/edit binary Protocol Buffers messages
CNI implements CNI commands over gRPC.
AddResponse represents the response for ADD command. `result` is a types.current.Result serialized into JSON. https://pkg.go.dev/github.com/containernetworking/cni@v0.8.0/pkg/types/current?tab=doc#Result
CNIArgs is a mirror of cni.pkg.skel.CmdArgs struct. https://pkg.go.dev/github.com/containernetworking/cni@v0.8.0/pkg/skel?tab=doc#CmdArgs
Used as request type in: CNI.Add, CNI.Check, CNI.Del
Key-Value pairs parsed from CNI_ARGS
CNIError is a mirror of cin.pkg.types.Error struct. https://pkg.go.dev/github.com/containernetworking/cni@v0.8.0/pkg/types?tab=doc#Error This should be added to *grpc.Status by WithDetails() https://pkg.go.dev/google.golang.org/grpc@v1.31.0/internal/status?tab=doc#Status.WithDetails
ErrorCode enumerates errors for CNIError
Used in: