package models type Access struct { Name string `json:"name"` Feature string `json:"feature"` Rights string `json:"rights"` }