package
1.19.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

FirstUser returns UserIndex that starts iteration over user queues from the very first user.

# Variables

# Structs

MockLimits implements the Limits interface.
RequestQueue holds incoming requests in per-user queues.
UserIndex is opaque type that allows to resume iteration over users between successive calls of RequestQueue.GetNextRequestForQuerier method.

# Interfaces

Limits needed for the Query Scheduler - interface used for decoupling.
Request stored into the queue.