influxdb/influx/now.go

7 lines
89 B
Go

package influx
import "time"
// Now returns the current time
type Now func() time.Time