Versions in this module Expand all Collapse all v0 v0.2.11 Jan 24, 2021 Changes in this version + type Config struct + BasePath string + Interval time.Duration + IsDynamic bool + Node *envoy_config_core_v3.Node + SDS string + XDS string + type Proxy struct + func NewProxy(c *Config) (*Proxy, error) + func (a *Proxy) ADSC() *adsc.ADSC + func (a *Proxy) ConfigCtx() *config.ConfigCtx + func (a *Proxy) Ready() bool + func (a *Proxy) Run(ctx context.Context) error v0.2.10 Dec 25, 2020 v0.2.9 Dec 18, 2020 Changes in this version + const ConfigFile + const PidFile + type Pipe struct + func NewPipe(basePath string) *Pipe + func (p *Pipe) Run(ctx context.Context) error + func (p *Pipe) Signal(sig os.Signal) error