ManagementSystem/modules/structs/stats.go

12 lines
228 B
Go

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