Versions in this module Expand all Collapse all v0 v0.12.0 Sep 18, 2019 Changes in this version + func Apply(table Table, cmd string) error + func ParseDestinations(destinationConfigs []string, table Table, allowMatcher bool, routeKey string) (destinations []*destination.Destination, err error) + type Table interface + AddAggregator func(agg *aggregator.Aggregator) + AddBlacklist func(matcher *matcher.Matcher) + AddRewriter func(rw rewriter.RW) + AddRoute func(route route.Route) + DelRoute func(key string) error + GetIn func() chan []byte + GetSpoolDir func() string + UpdateDestination func(key string, index int, opts map[string]string) error + UpdateRoute func(key string, opts map[string]string) error