6 lines
138 B
Go
6 lines
138 B
Go
|
package models
|
||
|
|
||
|
type UserSettings struct {
|
||
|
DashboardLocations []string `json:"dashboard_locations" mapstructure:"dashboard_locations"`
|
||
|
}
|