// Code generated by "stringer -linecomment -type=DataType"; 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[CveType-0] } const _DataType_name = "CVE" var _DataType_index = [...]uint8{0, 3} func (i DataType) String() string { if i >= DataType(len(_DataType_index)-1) { return "DataType(" + strconv.FormatInt(int64(i), 10) + ")" } return _DataType_name[_DataType_index[i]:_DataType_index[i+1]] }