forked from TrueCloudLab/frostfs-node
[#363] Define global config and use it to fetch basic income rate
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
be2ed6bf4c
commit
487c9b7589
7 changed files with 89 additions and 9 deletions
|
@ -18,7 +18,7 @@ type (
|
|||
}
|
||||
|
||||
RateFetcher interface {
|
||||
BasicRate() uint64
|
||||
BasicRate() (uint64, error)
|
||||
}
|
||||
|
||||
IncomeSettlementContext struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue