Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatisticsConnectionsRepresentation ¶
type StatisticsConnectionsRepresentation struct { LastTwelveHours int64 `json:"lastTwelveHours,omitempty"` LastDay int64 `json:"lastDay,omitempty"` LastWeek int64 `json:"lastWeek,omitempty"` LastMonth int64 `json:"lastMonth,omitempty"` LastYear int64 `json:"lastYear,omitempty"` }
StatisticsConnectionsRepresentation are elements used in StatisticsRepresentation
type StatisticsRepresentation ¶
type StatisticsRepresentation struct { LastConnection int64 `json:"lastConnection,omitempty"` TotalConnections StatisticsConnectionsRepresentation `json:"totalConnections,omitempty"` }
StatisticsRepresentation elements returned by GetStatistics
Click to show internal directories.
Click to hide internal directories.