Skip to content

Commit

Permalink
use defined type
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Jun 5, 2024
1 parent c6cd393 commit 1063814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsdb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ type DB struct {

registerer prometheus.Registerer

blockQuerierFunc func(b BlockReader, mint, maxt int64) (storage.Querier, error)
blockQuerierFunc BlockQuerierFunc

blockChunkQuerierFunc func(b BlockReader, mint, maxt int64) (storage.ChunkQuerier, error)
blockChunkQuerierFunc BlockChunkQuerierFunc
}

type dbMetrics struct {
Expand Down

0 comments on commit 1063814

Please sign in to comment.