ProtoDescFactory makes new Descs
()
| 32 | |
| 33 | // ProtoDescFactory makes new Descs |
| 34 | func ProtoDescFactory() proto.Message { |
| 35 | return NewDesc() |
| 36 | } |
| 37 | |
| 38 | // GetCodec returns the codec used to encode and decode data being put by ring. |
| 39 | func GetCodec() codec.Codec { |