8 lines
215 B
Cheetah
8 lines
215 B
Cheetah
package {{ .PackageName }}
|
|
|
|
// Resource is the wire representation of {{ .KindName }}. (TODO be better)
|
|
type Resource struct {
|
|
{{- range .SubresourceNames }}
|
|
{{ . }} {{ . }} `json:"{{ . | ToLower }}"`{{end}}
|
|
}
|