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