MCPcopy
hub / github.com/tsenart/vegeta / Iter

FuncType Iter

lib/lttb/lttb.go:10–10  ·  view source on GitHub ↗

An Iter is an iterator function that returns count number of Points or an error.

func(count int) ([]Point, error)

Source from the content-addressed store, hash-verified

8// An Iter is an iterator function that returns
9// count number of Points or an error.
10type Iter func(count int) ([]Point, error)
11
12// Downsample `count` number of data points retrieved from the given iterator
13// function to contain only `threshold` number of points while maintaining close

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected