Files
AnthoLume/web/models/info.go
2025-11-12 19:13:16 -05:00

13 lines
181 B
Go

package models
type UserInfo struct {
Username string
IsAdmin bool
}
type ServerInfo struct {
RegistrationEnabled bool
SearchEnabled bool
Version string
}