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 }