forked from TrueCloudLab/frostfs-api-go
Add stable marshal for container package
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
c94cb44b58
commit
82110751e7
3 changed files with 937 additions and 0 deletions
11
v2/netmap/marshal.go
Normal file
11
v2/netmap/marshal.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package netmap
|
||||
|
||||
func (p *PlacementPolicy) StableMarshal(buf []byte) ([]byte, error) {
|
||||
// todo: implement me
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func (p *PlacementPolicy) StableSize() (size int) {
|
||||
// todo: implement me
|
||||
return 0
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue