1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-24 04:30:37 +00:00

Formatting change for generated client

This commit is contained in:
Darren Shepherd
2018-07-13 12:59:16 -07:00
parent 35d7571228
commit 58723a866e

View File

@@ -25,7 +25,7 @@ type {{.schema.CodeName}} struct {
{{- end}} {{- end}}
} }
{{- if .schema | hasGet }} {{ if .schema | hasGet }}
type {{.schema.CodeName}}Collection struct { type {{.schema.CodeName}}Collection struct {
types.Collection types.Collection
Data []{{.schema.CodeName}} %BACK%json:"data,omitempty"%BACK% Data []{{.schema.CodeName}} %BACK%json:"data,omitempty"%BACK%