1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-17 15:49:53 +00:00
Files
norman/generator
Donnie Adams eb95d28e82 Stop ignoring id fields for sub-schemas
When generating types, any field with name "id" was being skipped. The intention
here was to skip the "id" field of the embedded types.Resource struct. A type
will have an embedded types.Resource struct when the hasGet function returns
true. Therefore, this hasGet function is also used to skip the id fields as
desired.
2021-11-29 16:19:56 -07:00
..
2018-10-30 23:01:41 -07:00
2020-05-16 21:59:53 -07:00