Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseDestinations ¶ added in v0.9.0
func ParseDestinations(destinationConfigs []string, table Table, allowMatcher bool) (destinations []*destination.Destination, err error)
Types ¶
type Table ¶ added in v0.9.0
type Table interface { AddAggregator(agg *aggregator.Aggregator) AddRewriter(rw rewriter.RW) AddBlacklist(matcher *matcher.Matcher) AddRoute(route route.Route) DelRoute(key string) error UpdateDestination(key string, index int, opts map[string]string) error UpdateRoute(key string, opts map[string]string) error GetIn() chan []byte GetSpoolDir() string }
Click to show internal directories.
Click to hide internal directories.