| 869 | } |
| 870 | |
| 871 | type SortMessage struct { |
| 872 | Order []*Order `protobuf:"bytes,1,rep,name=order,proto3" json:"order,omitempty"` |
| 873 | UidMatrix []*List `protobuf:"bytes,2,rep,name=uid_matrix,json=uidMatrix,proto3" json:"uid_matrix,omitempty"` |
| 874 | Count int32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` |
| 875 | Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"` |
| 876 | ReadTs uint64 `protobuf:"varint,13,opt,name=read_ts,json=readTs,proto3" json:"read_ts,omitempty"` |
| 877 | } |
| 878 | |
| 879 | func (m *SortMessage) Reset() { *m = SortMessage{} } |
| 880 | func (m *SortMessage) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected