| 2839 | } |
| 2840 | |
| 2841 | type PostingList struct { |
| 2842 | Pack *UidPack `protobuf:"bytes,1,opt,name=pack,proto3" json:"pack,omitempty"` |
| 2843 | Postings []*Posting `protobuf:"bytes,2,rep,name=postings,proto3" json:"postings,omitempty"` |
| 2844 | CommitTs uint64 `protobuf:"varint,3,opt,name=commit_ts,json=commitTs,proto3" json:"commit_ts,omitempty"` |
| 2845 | Splits []uint64 `protobuf:"varint,4,rep,packed,name=splits,proto3" json:"splits,omitempty"` |
| 2846 | } |
| 2847 | |
| 2848 | func (m *PostingList) Reset() { *m = PostingList{} } |
| 2849 | func (m *PostingList) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected