MCPcopy Create free account
hub / github.com/cortexproject/cortex / listScanner

Struct listScanner

pkg/util/users/scanner.go:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type listScanner struct {
56 bkt objstore.InstrumentedBucket
57}
58
59func (s *listScanner) ScanUsers(ctx context.Context) (active, deleting, deleted []string, err error) {
60 scannedActiveUsers := make(map[string]struct{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected