forked from TrueCloudLab/frostfs-node
[#212] reputationsvc: Resolve linters and rename
Resolved containedctx linters. Renamed context structs and interfaces to more understandble names. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
469e8a6e59
commit
7ebbfa3358
24 changed files with 203 additions and 238 deletions
|
@ -7,11 +7,11 @@ type storageWrapper struct {
|
|||
i Iterator
|
||||
}
|
||||
|
||||
func (s storageWrapper) InitIterator(common.Context) (Iterator, error) {
|
||||
func (s storageWrapper) InitIterator(common.EpochProvider) (Iterator, error) {
|
||||
return s.i, nil
|
||||
}
|
||||
|
||||
func (s storageWrapper) InitWriter(common.Context) (common.Writer, error) {
|
||||
func (s storageWrapper) InitWriter(common.EpochProvider) (common.Writer, error) {
|
||||
return s.w, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue