Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntervalIterFactory ¶
type IntervalIterFactory struct { Iters []iter.IntervalIter TickChans map[iter.IntervalIter]chan time.Time // contains filtered or unexported fields }
func (*IntervalIterFactory) Make ¶
func (tf *IntervalIterFactory) Make(collectFrom string, filename slowlog.FilenameFunc, tickChan chan time.Time) iter.IntervalIter
func (*IntervalIterFactory) Reset ¶
func (tf *IntervalIterFactory) Reset()
type Iter ¶
type Iter struct {
// contains filtered or unexported fields
}
func (*Iter) IntervalChan ¶
Click to show internal directories.
Click to hide internal directories.