1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-23 12:09:01 +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}}
}
{{- if .schema | hasGet }}
{{ if .schema | hasGet }}
type {{.schema.CodeName}}Collection struct {
types.Collection
Data []{{.schema.CodeName}} %BACK%json:"data,omitempty"%BACK%