aboutsummaryrefslogtreecommitdiff
path: root/api/const_string.go
blob: c22d1ae32be779ca8f5e98b2d2da7af16ff4e49c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by "stringer -type=Status -output const_string.go"; DO NOT EDIT.

package api

import "strconv"

const _Status_name = "OKNOK"

var _Status_index = [...]uint8{0, 2, 5}

func (i Status) String() string {
	if i >= Status(len(_Status_index)-1) {
		return "Status(" + strconv.FormatInt(int64(i), 10) + ")"
	}
	return _Status_name[_Status_index[i]:_Status_index[i+1]]
}