Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterFunc ¶
type ScanRequest ¶
ScanRequest is used to designate the scope of a chunk table scan if Prefix is not set, scan all shards If Interval is not set, consider all chunks
type Scanner ¶
type Scanner interface {
Scan(ctx context.Context, req ScanRequest, filterFunc FilterFunc, out chan chunk.Chunk) error
}
Scanner scans an
type ScannerProvider ¶
type ScannerProvider interface {
NewScanner() Scanner
}
ScannerProvider allows creating a new Scanner
Click to show internal directories.
Click to hide internal directories.