Versions in this module Expand all Collapse all v1 v1.2.0 Jul 6, 2026 v1.1.0 May 28, 2026 Changes in this version + func Overview(c *gin.Context) + func Start() + type ConnectionPoint struct + Connections int64 + Timestamp int64 + type DashboardCharts struct + Connections []ConnectionPoint + System []SystemPoint + Traffic []TrafficPoint + type NodeLoadMetric struct + ActiveConnections int64 + InboundRate float64 + ListenAddress string + ListenPort string + LoadScore float64 + Name string + OutboundRate float64 + State string + TagList []models.TagBasic + TargetAddress string + TargetPort string + TrafficIn int64 + TrafficOut int64 + Type string + Uuid string + type OverviewResponse struct + Charts DashboardCharts + Nodes []NodeLoadMetric + Summary SummaryMetrics + System SystemMetrics + type SummaryMetrics struct + InboundRate float64 + OutboundRate float64 + ProxyRunning int + ProxyStopped int + ProxyTotal int + TotalConnections int64 + TotalTrafficIn int64 + TotalTrafficOut int64 + UpdatedAt int64 + UptimeSeconds int64 + type SystemMetrics struct + CPUPercent float64 + GoMemoryAlloc uint64 + Goroutines int + MemoryPercent float64 + MemoryTotal uint64 + MemoryUsed uint64 + SampleIntervalMs int64 + type SystemPoint struct + CPUPercent float64 + MemoryPercent float64 + Timestamp int64 + type TrafficPoint struct + InboundRate float64 + OutboundRate float64 + Timestamp int64