execution/oci: use Status type instead of string
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
7
execution/error.go
Normal file
7
execution/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package execution
|
||||
|
||||
import "fmt"
|
||||
|
||||
var (
|
||||
ErrProcessNotFound = fmt.Errorf("process not found")
|
||||
)
|
Reference in New Issue
Block a user