ManagementSystem/modules/structs/stats.go

11 lines
197 B
Go

package structs
type StatsResponse struct {
Users int
Chats int
WebSocketSessions int
UserSignUpProcesses int
UserPrivacySettings int
UserRelationships int
}