Versions in this module Expand all Collapse all v4 v4.0.2 Jul 25, 2022 v4.0.1 Jul 25, 2022 Changes in this version + var ErrOptionNotAvailable = errors.New("option is not available") + var LogFunc = log.Printf + type HAProxyClient interface + Configuration func() (configuration.Configuration, error) + GeneralStorage func() (storage.Storage, error) + MapStorage func() (storage.Storage, error) + ReplaceConfiguration func(configurationClient configuration.Configuration) + ReplaceRuntime func(runtimeClient runtime.Runtime) + Runtime func() (runtime.Runtime, error) + SSLCertStorage func() (storage.Storage, error) + Spoe func() (spoe.Spoe, error) + func New(ctx context.Context, opt ...options.Option) (HAProxyClient, error) Other modules containing this package github.com/theunknownport/client-native