Skip to content

Commit

Permalink
fix interface description
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Xu <wenxuamz@amazon.com>
  • Loading branch information
wenxu1024 committed Nov 27, 2023
1 parent d707b5e commit 3cd933f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/block/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ func DefaultModifiedLabelValues() [][]string {

// Fetcher interface to retieve blockId information from a bucket.
type BlockIDsFetcher interface {
//Get active blocksIds returning it via channel (streaming) and response.
//Here active blocks are blocks which contain meta.json, while partial blocks are blocks without meta.json
// GetActiveBlocksIDs returning it via channel (streaming) and response.
// Active blocks are blocks which contain meta.json, while partial blocks are blocks without meta.json
GetActiveAndPartialBlockIDs(ctx context.Context, ch chan<- ulid.ULID) (partialBlocks map[ulid.ULID]bool, err error)
}

Expand Down

0 comments on commit 3cd933f

Please sign in to comment.