Skip to content

Commit fb14643

Browse files
committed
Add failed status
1 parent 1274e5a commit fb14643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const (
1010
STATUS_INPROGRESS = "in_progress"
1111
STATUS_COMPLETED = "completed"
1212
STATUS_SKIPPED = "skipped"
13+
STATUS_FAILED = "failed"
1314
)
1415

1516
type Status struct {

0 commit comments

Comments
 (0)