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