(extPropValue any)
| 116 | } |
| 117 | |
| 118 | func extParseDeprecationReason(extPropValue any) (string, error) { |
| 119 | return extString(extPropValue) |
| 120 | } |
| 121 | |
| 122 | func extParseOapiCodegenOnlyHonourGoName(extPropValue any) (bool, error) { |
| 123 | onlyHonourGoName, ok := extPropValue.(bool) |
no test coverage detected