mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
5 lines
102 B
Go
5 lines
102 B
Go
package system
|
|
|
|
type System struct {
|
|
Users map[string]User `json:"users" validate:"required,dive"`
|
|
}
|