1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-16 23:29:16 +00:00

Don't generate the ID field

This commit is contained in:
Darren Shepherd
2018-01-15 22:08:26 -07:00
parent 7d895bb074
commit 9ce12b1644
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
package types
const (
ResourceFieldID = "id"
)
type Collection struct {
Type string `json:"type,omitempty"`
Links map[string]string `json:"links"`