influxdb/chronograf/influx/now.go

7 lines
89 B
Go
Raw Normal View History

2018-02-17 18:30:55 +00:00
package influx
import "time"
// Now returns the current time
type Now func() time.Time