Versions in this module Expand all Collapse all v0 v0.10.1 Jan 13, 2019 v0.10.0 Dec 13, 2018 Changes in this version + var StatusTmpl = template.Must(template.New("statusTmpl").Parse(...)) + type Server interface + Start func(ctx context.Context, dataChan chan<- *metrics.EventMetrics) error + type ServerInfo struct + Conf string + Type string + func Init(initCtx context.Context, serverDefs []*configpb.ServerDef) (servers []*ServerInfo, err error)