blob: 774a01ecd47d74bf758f92f126309bbbd810113c [file] [log] [blame]
// Code generated by "stringer -type=ConfigState"; DO NOT EDIT.
package alerts
import "strconv"
const _ConfigState_name = "ACTIVEDELETEDEOL"
var _ConfigState_index = [...]uint8{0, 6, 13, 16}
func (i ConfigState) String() string {
if i < 0 || i >= ConfigState(len(_ConfigState_index)-1) {
return "ConfigState(" + strconv.FormatInt(int64(i), 10) + ")"
}
return _ConfigState_name[_ConfigState_index[i]:_ConfigState_index[i+1]]
}