Skip to content

Commit 0ffbb83

Browse files
committed
fixup! storepool: export GetStoreStatuses for mma health signal plumbing
1 parent bbf3355 commit 0ffbb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testutils/lint/passes/redactcheck/redactcheck.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func runAnalyzer(pass *analysis.Pass) (interface{}, error) {
108108
"Dimension": {},
109109
},
110110
"github.com/cockroachdb/cockroach/pkg/kv/kvserver/allocator/storepool": {
111-
"storeStatus": {},
111+
"StoreStatus": {},
112112
},
113113
"github.com/cockroachdb/cockroach/pkg/kv/kvserver/allocator/mmaprototype": {
114114
"LoadValue": {},

0 commit comments

Comments
 (0)