()
| 38 | } |
| 39 | |
| 40 | func GetPartitionRingCodec() codec.Codec { |
| 41 | return &partitionRingCodec{ |
| 42 | Codec: codec.NewProtoCodec("partitionRingDesc", PartitionRingDescFactory), |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | // PartitionRingDescFactory makes new PartitionRingDesc. |
| 47 | func PartitionRingDescFactory() proto.Message { |