type golang.org/x/net/internal/timeseries.Clock

5 uses

	golang.org/x/net/internal/timeseries (current package)
		timeseries.go#L75: type Clock interface {
		timeseries.go#L129: 	clock       Clock             // Clock for getting current time
		timeseries.go#L136: func (ts *timeSeries) init(resolutions []time.Duration, f func() Observable, numBuckets int, clock Clock) {
		timeseries.go#L480: func NewTimeSeriesWithClock(f func() Observable, clock Clock) *TimeSeries {
		timeseries.go#L498: func NewMinuteHourSeriesWithClock(f func() Observable, clock Clock) *MinuteHourSeries {