github.com/georgethebeatle/containerd@v0.2.5/ctr/const.go (about) 1 package main 2 3 // ctr wide constants 4 const ( 5 // ExitStatusOK indicates successful completion 6 ExitStatusOK = 0 7 8 // ExitStatusMissingArg indicates failure due to missing argument(s) 9 ExitStatusMissingArg = 1 10 )