execution: remove statedir type

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure
2017-01-18 20:24:53 -08:00
parent 3f2d9d19bf
commit bd6057c8e1
5 changed files with 308 additions and 273 deletions

View File

@@ -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"