Versions in this module Expand all Collapse all v0 v0.1.3 Apr 29, 2026 Changes in this version + func NewServer(url string) *server + type Server interface + AddConnection func() + Connections func() int32 + GetCPUUsage func() float64 + GetHealth func() bool + GetURL func() string + GetWeight func() int + RemoveConnection func() + SetCPUUsage func(usage float64) error + SetHealth func(healthy bool) + SetURL func(url string) + SetWeight func(w int) error + type Stats struct