withDefaultModelFields appends default ttnpb.EndDeviceModel fields.
(paths []string)
| 31 | |
| 32 | // withDefaultModelFields appends default ttnpb.EndDeviceModel fields. |
| 33 | func withDefaultModelFields(paths []string) []string { |
| 34 | return ttnpb.AddFields(paths, "brand_id", "model_id") |
| 35 | } |
| 36 | |
| 37 | // withDefaultBrandFields appends default ttnpb.EndDeviceBrand fields. |
| 38 | func withDefaultBrandFields(paths []string) []string { |
no test coverage detected