Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoSrc is returned when an Aggregator is created without a source directory ErrNoSrc = fmt.Errorf("No source directory provided") )
Functions ¶
This section is empty.
Types ¶
type Aggregator ¶
type Aggregator struct { File *Opts Redis *util.RedisOpts // contains filtered or unexported fields }
Aggregator is an aggregator implementation that reads from the filesystem
func NewAggregator ¶
func NewAggregator(redisOpts *util.RedisOpts, opts *Opts) (*Aggregator, error)
NewAggregator returns a Aggregator initialized with the source path provided
func (*Aggregator) Start ¶
func (a *Aggregator) Start() error
Start starts up the aggregation server
Click to show internal directories.
Click to hide internal directories.