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 /event_string.go | |
parent | 741cf397a9150a8f76b8f74289b1dde8aaa43d02 (diff) |
Release.v1.0.0
Auto listen OS signal (with mixin)
Policies: ...Fail -> ...Error
Diffstat (limited to 'event_string.go')
-rw-r--r-- | event_string.go | 8 |
1 files changed, 4 insertions, 4 deletions
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) { |