PartitionRingDescFactory makes new PartitionRingDesc.
()
| 45 | |
| 46 | // PartitionRingDescFactory makes new PartitionRingDesc. |
| 47 | func PartitionRingDescFactory() proto.Message { |
| 48 | return NewPartitionRingDesc() |
| 49 | } |
| 50 | |
| 51 | func GetOrCreatePartitionRingDesc(in any) *PartitionRingDesc { |
| 52 | if in == nil { |
nothing calls this directly
no test coverage detected