frostfs-api-go/v2/netmap/marshal.go

12 lines
216 B
Go
Raw Normal View History

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
}