GetGoNameForType gets the go name for a given type for a json property name
(tpe reflect.Type, name string)
| 47 | |
| 48 | // GetGoNameForType gets the go name for a given type for a json property name |
| 49 | GetGoNameForType(tpe reflect.Type, name string) (string, bool) |
| 50 | } |
no outgoing calls
no test coverage detected