forked from TrueCloudLab/frostfs-api-go
82110751e7
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
11 lines
216 B
Go
11 lines
216 B
Go
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
|
|
}
|