// 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]] }