added proxy id to cluster api response

This commit is contained in:
crn4
2026-03-31 00:28:19 +02:00
parent 4fdc39c8f8
commit de3cb06067
5 changed files with 11 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ func (Proxy) TableName() string {
// Cluster represents a group of proxy nodes serving the same address.
type Cluster struct {
ID string
Address string
ConnectedProxies int
}