execution: remove statedir type
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
3f2d9d19bf
commit
bd6057c8e1
5 changed files with 308 additions and 273 deletions
|
@ -5,6 +5,7 @@ type Status string
|
|||
const (
|
||||
Created Status = "created"
|
||||
Paused Status = "paused"
|
||||
Pausing Status = "pausing"
|
||||
Running Status = "running"
|
||||
Stopped Status = "stopped"
|
||||
Deleted Status = "deleted"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue