forked from TrueCloudLab/frostfs-node
[#1238] Adopt neofs-node for non pointer slices in SDK
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9fad29dfe0
commit
8f476f3c4d
41 changed files with 146 additions and 148 deletions
|
@ -40,14 +40,14 @@ type cfg struct {
|
|||
// must return (nil, nil) for PHY objects
|
||||
splitInfo(*execCtx) (*object.SplitInfo, error)
|
||||
|
||||
children(*execCtx) ([]*oidSDK.ID, error)
|
||||
children(*execCtx) ([]oidSDK.ID, error)
|
||||
|
||||
// must return (nil, nil) for 1st object in chain
|
||||
previous(*execCtx, *oidSDK.ID) (*oidSDK.ID, error)
|
||||
}
|
||||
|
||||
searcher interface {
|
||||
splitMembers(*execCtx) ([]*oidSDK.ID, error)
|
||||
splitMembers(*execCtx) ([]oidSDK.ID, error)
|
||||
}
|
||||
|
||||
placer interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue