Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIndexGateway ¶
func NewIndexGateway(indexQuerier IndexQuerier) *gateway
Types ¶
type IndexQuerier ¶
type IndexQuerier interface { QueryPages(ctx context.Context, queries []chunk.IndexQuery, callback chunk.QueryPagesCallback) error Stop() }
Click to show internal directories.
Click to hide internal directories.