package models type Rights struct { Name string `json:"name,omitempty"` Read bool `json:"read,omitempty"` Write bool `json:"write,omitempty"` Delete bool `json:"delete,omitempty"` }