Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2018 Changes in this version + type Config struct + type Envoy interface + Exit func() + Reload func() error + Run func(context.Context) error + WriteConfig func(cfg Config) error + func NewEnvoy(envoyBin string, glooAddress net.Addr, id *envoycore.Node) Envoy + type EnvoyInstance struct + Done <-chan error + Process *os.Process