influxdb/tsdb/config.go

9 lines
151 B
Go
Raw Normal View History

2018-09-25 00:52:40 +00:00
package tsdb
import (
"github.com/influxdata/influxdb/query"
2018-09-25 00:52:40 +00:00
)
// EOF represents a "not found" key returned by a Cursor.
const EOF = query.ZeroTime