Versions in this module Expand all Collapse all v0 v0.7.0 Dec 25, 2025 Changes in this version + type Options struct + HashOn int v0.6.0 Aug 30, 2025 Changes in this version + type HashingBalancer struct + func NewBalancer(proxies []proxy.Proxy, hashon string) *HashingBalancer + func (b *HashingBalancer) Proxies() []proxy.Proxy + func (b *HashingBalancer) Select(ctx context.Context, c *app.RequestContext) (proxy.Proxy, error)