forked from TrueCloudLab/frostfs-node
[#265] innerring: Select containers to audit
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
87e1252065
commit
3d3d058b05
8 changed files with 263 additions and 11 deletions
|
@ -13,6 +13,7 @@ type (
|
|||
// Indexer is a callback interface for inner ring global state.
|
||||
Indexer interface {
|
||||
Index() int32
|
||||
InnerRingSize() int32
|
||||
}
|
||||
|
||||
// Processor of events related with data audit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue