Versions in this module Expand all Collapse all v0 v0.1.0 Jul 6, 2019 Changes in this version + type Balancer struct + func New(startVIP, toConnect net.IP, capacity, readTimeout, writeTimeout int) (*Balancer, error) + func NewTest(startVIP, toConnect net.IP, capacity, readTimeout, writeTimeout int) (*Balancer, error) + func (b *Balancer) Start() error + func (b *Balancer) Stop() error + func (b *Balancer) WaitForUnlock()