()
| 113 | var _ClientAuthType_index = [...]uint8{0, 12, 29, 49, 72, 98} |
| 114 | |
| 115 | func (i ClientAuthType) String() string { |
| 116 | if i < 0 || i >= ClientAuthType(len(_ClientAuthType_index)-1) { |
| 117 | return "ClientAuthType(" + strconv.FormatInt(int64(i), 10) + ")" |
| 118 | } |
| 119 | return _ClientAuthType_name[_ClientAuthType_index[i]:_ClientAuthType_index[i+1]] |
| 120 | } |
nothing calls this directly
no test coverage detected