aboutsummaryrefslogtreecommitdiff
path: root/events.go
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2019-06-29 01:19:21 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2019-06-29 01:19:21 +0300
commit01eeeaf5e136928abe75f95d58f3f9cce11c6fe6 (patch)
tree700f9a5106a51ce1f8b35475c84a7bafac162313 /events.go
parent741cf397a9150a8f76b8f74289b1dde8aaa43d02 (diff)
Release.v1.0.0
Auto listen OS signal (with mixin) Policies: ...Fail -> ...Error
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