Versions in this module Expand all Collapse all v0 v0.9.0 Oct 8, 2020 Changes in this version + type HAProxy struct + Ready chan struct{} + func New(consulClient *api.Client, cfg chan consul.Config, opts Options) *HAProxy + func (h *HAProxy) Run(sd *lib.Shutdown) error + type Options struct + ConfigBaseDir string + DataplaneBin string + EnableIntentions bool + HAProxyBin string + LogRequests bool + SPOEAddress string + StatsListenAddr string + StatsRegisterService bool + type SPOEHandler struct + func NewSPOEHandler(c *api.Client, cfg func() consul.Config) *SPOEHandler + func (h *SPOEHandler) Handler(msgs *spoe.MessageIterator) ([]spoe.Action, error)