diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-06-29 01:19:21 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-06-29 01:19:21 +0300 |
commit | 01eeeaf5e136928abe75f95d58f3f9cce11c6fe6 (patch) | |
tree | 700f9a5106a51ce1f8b35475c84a7bafac162313 /events.go | |
parent | 741cf397a9150a8f76b8f74289b1dde8aaa43d02 (diff) |
Release.v1.0.0
Auto listen OS signal (with mixin)
Policies: ...Fail -> ...Error
Diffstat (limited to 'events.go')
-rw-r--r-- | events.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ const ( EventRoutineStart Event = iota EventRoutineStop EventRoutineComplete - EventRoutineFail + EventRoutineError EventAppStop EventAppComplete - EventAppFail + EventAppError ) // Hook is function that calls when event fired |