3
0

Add codegen for resource value getter/setter

Getters and setters will be used by Envoy to update values.
Most of the getters/setters can be deducted from the model
definitions.
This commit is contained in:
Tomaž Jerman
2023-02-15 13:47:40 +01:00
parent 1133020814
commit 1e929210b4
43 changed files with 1874 additions and 100 deletions

View File

@@ -27,6 +27,8 @@ chart: {
config: {
goType: "types.ChartConfig"
dal: {}
omitSetter: true
omitGetter: true
}
created_at: schema.SortableTimestampNowField
updated_at: schema.SortableTimestampNilField