package system type System struct { Users map[string]User `json:"users"` }