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:
@@ -1,5 +1,9 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
ResourceFieldID = "id"
|
||||
)
|
||||
|
||||
type Collection struct {
|
||||
Type string `json:"type,omitempty"`
|
||||
Links map[string]string `json:"links"`
|
||||
|
Reference in New Issue
Block a user