Closed leodido closed 7 years ago
Currently resource struct is as follows:
type Resource struct { Common Attributes map[string]map[string]interface{} `json:"-"` }
Should we privatize the Attributes and create a setter ?
Attributes
Currently resource struct is as follows:
Should we privatize the
Attributes
and create a setter ?