forked from TrueCloudLab/frostfs-node
[#1418] writecache: Do not use pointers as parameters
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
da3ae202f0
commit
1c100fb4b0
3 changed files with 11 additions and 8 deletions
|
@ -20,7 +20,7 @@ type Cache interface {
|
|||
Get(address oid.Address) (*object.Object, error)
|
||||
Head(oid.Address) (*object.Object, error)
|
||||
Delete(oid.Address) error
|
||||
Iterate(*IterationPrm) error
|
||||
Iterate(IterationPrm) error
|
||||
Put(*object.Object) error
|
||||
SetMode(Mode)
|
||||
DumpInfo() Info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue