forked from TrueCloudLab/frostfs-node
[#446] innerring: Use alphabet state in processors
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
1332db883e
commit
e05f1e1394
17 changed files with 80 additions and 69 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
type (
|
||||
// Indexer is a callback interface for inner ring global state.
|
||||
Indexer interface {
|
||||
InnerRingIndex() int
|
||||
AlphabetIndex() int
|
||||
}
|
||||
|
||||
// Contracts is an interface of the storage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue