Versions in this module Expand all Collapse all v0 v0.0.1 Aug 22, 2026 Changes in this version + type Target struct + func NewProxyTarget(id uint64, weight uint16, active bool, uri string) *Target + func NewTarget(id uint64, weight uint16, active bool) *Target + func (t *Target) Active() bool + func (t *Target) ID() uint64 + func (t *Target) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (t *Target) String() string + func (t *Target) URL() *url.URL + func (t *Target) Weight() uint16