Documentation
¶
Index ¶
- Variables
- func CheckAggregationTsInterval(interval string, from, to time.Time, maximum int) error
- func CheckAggregationsCount(count, maximum int) error
- func CheckForOffsetConflict(offset int32, offsetID string) error
- func CheckSearchLimit(limit, maximum int32) error
- func CheckSearchOffsetLimit(offset, maximum int32) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrQueryTooHeavy = errors.New("query too heavy, try decreasing date range or make search query more precise") ErrTooManyBuckets = errors.New("aggregation has too many buckets, try decreasing interval") ErrOffsetConflict = errors.New(`only one of "offset" and "offset_id" must be provided`) )
Functions ¶
func CheckAggregationsCount ¶
func CheckForOffsetConflict ¶ added in v0.53.0
func CheckSearchLimit ¶
func CheckSearchOffsetLimit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.