influxdb/tsdb/config.go

9 lines
151 B
Go
Raw Normal View History

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