aboutsummaryrefslogtreecommitdiff
path: root/events.go
diff options
context:
space:
mode:
Diffstat (limited to 'events.go')
-rw-r--r--events.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/events.go b/events.go
index d435e62..6159343 100644
--- a/events.go
+++ b/events.go
@@ -8,10 +8,10 @@ const (
EventRoutineStart Event = iota
EventRoutineStop
EventRoutineComplete
- EventRoutineFail
+ EventRoutineError
EventAppStop
EventAppComplete
- EventAppFail
+ EventAppError
)
// Hook is function that calls when event fired