1 // Code generated by "stringer -type=getSource resource_data_get_source.go"; DO NOT EDIT.
8 // An "invalid array index" compiler error signifies that the constant values have changed.
9 // Re-run the stringer command to generate them again.
11 _ = x[getSourceState-1]
12 _ = x[getSourceConfig-2]
13 _ = x[getSourceDiff-4]
15 _ = x[getSourceExact-16]
16 _ = x[getSourceLevelMask-15]
20 _getSource_name_0 = "getSourceStategetSourceConfig"
21 _getSource_name_1 = "getSourceDiff"
22 _getSource_name_2 = "getSourceSet"
23 _getSource_name_3 = "getSourceLevelMaskgetSourceExact"
27 _getSource_index_0 = [...]uint8{0, 14, 29}
28 _getSource_index_3 = [...]uint8{0, 18, 32}
31 func (i getSource) String() string {
33 case 1 <= i && i <= 2:
35 return _getSource_name_0[_getSource_index_0[i]:_getSource_index_0[i+1]]
37 return _getSource_name_1
39 return _getSource_name_2
40 case 15 <= i && i <= 16:
42 return _getSource_name_3[_getSource_index_3[i]:_getSource_index_3[i+1]]
44 return "getSource(" + strconv.FormatInt(int64(i), 10) + ")"