Versions in this module Expand all Collapse all v1 v1.5.1 Apr 23, 2018 Changes in this version + type Accumulator struct + func New(cfg Config) *Accumulator + func (a *Accumulator) Run() + type Config struct + ClientID string + ClientSecret string + LogWriter io.Writer + NozzleAddrs []string + NozzleAppGUID string + NozzleCount int + Port uint16 + RateInterval time.Duration + SkipCertVerify bool + TLSConfig *tls.Config + UAAAddr string + VCapApplication string + func LoadConfig() Config