(extPropValue any)
| 56 | } |
| 57 | |
| 58 | func extParseGoFieldName(extPropValue any) (string, error) { |
| 59 | return extString(extPropValue) |
| 60 | } |
| 61 | |
| 62 | func extParseOmitEmpty(extPropValue any) (bool, error) { |
| 63 | omitEmpty, ok := extPropValue.(bool) |
no test coverage detected