Code generated by "stringer -type=Type"; DO NOT EDIT.

package label

import 

An "invalid array index" compiler error signifies that the constant values have changed. Re-run the stringer command to generate them again.
	var  [1]struct{}
	_ = [INVALID-0]
	_ = [BOOL-1]
	_ = [INT32-2]
	_ = [INT64-3]
	_ = [UINT32-4]
	_ = [UINT64-5]
	_ = [FLOAT32-6]
	_ = [FLOAT64-7]
	_ = [STRING-8]
	_ = [ARRAY-9]
}

const _Type_name = "INVALIDBOOLINT32INT64UINT32UINT64FLOAT32FLOAT64STRINGARRAY"

var _Type_index = [...]uint8{0, 7, 11, 16, 21, 27, 33, 40, 47, 53, 58}

func ( Type) () string {
	if  < 0 ||  >= Type(len(_Type_index)-1) {
		return "Type(" + strconv.FormatInt(int64(), 10) + ")"
	}
	return _Type_name[_Type_index[]:_Type_index[+1]]