Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTooFuture is returned for a write which is too far in the future. ErrTooFuture = xerrors.NewInvalidParamsError(errors.New("datapoint is too far in the future")) // ErrTooPast is returned for a write which is too far in the past. ErrTooPast = xerrors.NewInvalidParamsError(errors.New("datapoint is too far in the past")) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.