mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
8 lines
181 B
Go
8 lines
181 B
Go
package api
|
|
|
|
type WidgetProcess struct {
|
|
CurrentSessions uint64 `json:"current_sessions"`
|
|
TotalSessions uint64 `json:"total_sessions"`
|
|
Uptime int64 `json:"uptime"`
|
|
}
|