nfsense/internal/definitions/system/system.go

5 lines
77 B
Go

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