fabbricadigitale / scimd

SCIM v2 golang implementation
MIT License
5 stars 1 forks source link

Whether to privatize resource attributes or not. #4

Closed leodido closed 7 years ago

leodido commented 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 ?