package
0.0.0-20220628045418-2e6a22a86d64
Repository: https://github.com/ugwis/golang-net.git
Documentation: pkg.go.dev

# Functions

NewFloat returns a Float.
NewMinuteHourSeries creates a new MinuteHourSeries using the function provided for creating new Observable.
NewMinuteHourSeriesWithClock creates a new MinuteHourSeries using the function provided for creating new Observable and the clock for assigning timestamps.
NewTimeSeries creates a new TimeSeries using the function provided for creating new Observable.
NewTimeSeriesWithClock creates a new TimeSeries using the function provided for creating new Observable and the clock for assigning timestamps.

# Structs

MinuteHourSeries tracks data at granularities of 1 minute and 1 hour.
TimeSeries tracks data at granularities from 1 second to 16 weeks.

# Interfaces

A Clock tells the current time.
An Observable is a kind of data that can be aggregated in a time series.

# Type aliases

Float attaches the methods of Observable to a float64.