aboutsummaryrefslogtreecommitdiff
path: root/feed/v3scope_string.go
blob: 982cead3b8fd89aa92f61f2176513f4edc3d8fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Code generated by "stringer -linecomment -type=V3Scope"; DO NOT EDIT.

package feed

import "strconv"

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[V3ScopeChanged-0]
	_ = x[V3ScopeUnchanged-1]
}

const _V3Scope_name = "CHANGEDUNCHANGED"

var _V3Scope_index = [...]uint8{0, 7, 16}

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