2017-06-05 04:17:35 -05:00
|
|
|
// Code generated by "stringer -type=countHookAction hook_count_action.go"; DO NOT EDIT.
|
2017-01-18 22:47:56 -06:00
|
|
|
|
|
|
|
package local
|
|
|
|
|
2017-12-11 15:26:29 -06:00
|
|
|
import "strconv"
|
2017-01-18 22:47:56 -06:00
|
|
|
|
2019-05-13 09:32:49 -05:00
|
|
|
func _() {
|
|
|
|
// An "invalid array index" compiler error signifies that the constant values have changed.
|
|
|
|
// Re-run the stringer command to generate them again.
|
|
|
|
var x [1]struct{}
|
|
|
|
_ = x[countHookActionAdd-0]
|
|
|
|
_ = x[countHookActionChange-1]
|
|
|
|
_ = x[countHookActionRemove-2]
|
|
|
|
}
|
|
|
|
|
2017-01-18 22:47:56 -06:00
|
|
|
const _countHookAction_name = "countHookActionAddcountHookActionChangecountHookActionRemove"
|
|
|
|
|
|
|
|
var _countHookAction_index = [...]uint8{0, 18, 39, 60}
|
|
|
|
|
|
|
|
func (i countHookAction) String() string {
|
|
|
|
if i >= countHookAction(len(_countHookAction_index)-1) {
|
2017-12-11 15:26:29 -06:00
|
|
|
return "countHookAction(" + strconv.FormatInt(int64(i), 10) + ")"
|
2017-01-18 22:47:56 -06:00
|
|
|
}
|
|
|
|
return _countHookAction_name[_countHookAction_index[i]:_countHookAction_index[i+1]]
|
|
|
|
}
|