From 01eeeaf5e136928abe75f95d58f3f9cce11c6fe6 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Sat, 29 Jun 2019 01:19:21 +0300 Subject: Release. Auto listen OS signal (with mixin) Policies: ...Fail -> ...Error --- events.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'events.go') 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 -- cgit v1.2.3