A posting list stored in the format used for writing backups.
| 4806 | |
| 4807 | // A posting list stored in the format used for writing backups. |
| 4808 | type BackupPostingList struct { |
| 4809 | Uids []uint64 `protobuf:"varint,1,rep,packed,name=uids,proto3" json:"uids,omitempty"` |
| 4810 | Postings []*Posting `protobuf:"bytes,2,rep,name=postings,proto3" json:"postings,omitempty"` |
| 4811 | CommitTs uint64 `protobuf:"varint,3,opt,name=commit_ts,json=commitTs,proto3" json:"commit_ts,omitempty"` |
| 4812 | Splits []uint64 `protobuf:"varint,4,rep,packed,name=splits,proto3" json:"splits,omitempty"` |
| 4813 | UidBytes []byte `protobuf:"bytes,5,opt,name=uid_bytes,json=uidBytes,proto3" json:"uid_bytes,omitempty"` |
| 4814 | } |
| 4815 | |
| 4816 | func (m *BackupPostingList) Reset() { *m = BackupPostingList{} } |
| 4817 | func (m *BackupPostingList) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected