2015-11-09 17:38:51 +01:00
|
|
|
// Code generated by "stringer -type=countHookAction hook_count_action.go"; DO NOT EDIT
|
2015-06-26 05:11:29 +02:00
|
|
|
|
|
|
|
package command
|
|
|
|
|
|
|
|
import "fmt"
|
|
|
|
|
|
|
|
const _countHookAction_name = "countHookActionAddcountHookActionChangecountHookActionRemove"
|
|
|
|
|
|
|
|
var _countHookAction_index = [...]uint8{0, 18, 39, 60}
|
|
|
|
|
|
|
|
func (i countHookAction) String() string {
|
2015-07-10 12:56:27 +02:00
|
|
|
if i >= countHookAction(len(_countHookAction_index)-1) {
|
2015-06-26 05:11:29 +02:00
|
|
|
return fmt.Sprintf("countHookAction(%d)", i)
|
|
|
|
}
|
|
|
|
return _countHookAction_name[_countHookAction_index[i]:_countHookAction_index[i+1]]
|
|
|
|
}
|