ManagementSystem/modules/structs/stats.go

13 lines
253 B
Go

package structs
// swagger:model StatsResponse
type StatsResponse struct {
Users int
UserSessions int
Rooms int
WebSocketSessions int
UserSignUpProcesses int
UserPrivacySettings int
UserRelationships int
}