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 --- event_string.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'event_string.go') diff --git a/event_string.go b/event_string.go index 05f1b7a..6501cad 100644 --- a/event_string.go +++ b/event_string.go @@ -11,15 +11,15 @@ func _() { _ = x[EventRoutineStart-0] _ = x[EventRoutineStop-1] _ = x[EventRoutineComplete-2] - _ = x[EventRoutineFail-3] + _ = x[EventRoutineError-3] _ = x[EventAppStop-4] _ = x[EventAppComplete-5] - _ = x[EventAppFail-6] + _ = x[EventAppError-6] } -const _Event_name = "EventRoutineStartEventRoutineStopEventRoutineCompleteEventRoutineFailEventAppStopEventAppCompleteEventAppFail" +const _Event_name = "EventRoutineStartEventRoutineStopEventRoutineCompleteEventRoutineErrorEventAppStopEventAppCompleteEventAppError" -var _Event_index = [...]uint8{0, 17, 33, 53, 69, 81, 97, 109} +var _Event_index = [...]uint8{0, 17, 33, 53, 70, 82, 98, 111} func (i Event) String() string { if i < 0 || i >= Event(len(_Event_index)-1) { -- cgit v1.2.3