Versions in this module Expand all Collapse all v0 v0.1.3 Jun 3, 2016 Changes in this version + func RegisterController(name string, controller LBController) error + type LBController interface + GetLBConfigs func() []*config.LoadBalancerConfig + GetName func() string + IsHealthy func() bool + Run func(lbProvider provider.LBProvider) + Stop func() error + func GetController(name string) LBController