A key stored in the format used for writing backups.
| 4721 | |
| 4722 | // A key stored in the format used for writing backups. |
| 4723 | type BackupKey struct { |
| 4724 | Type BackupKey_KeyType `protobuf:"varint,1,opt,name=type,proto3,enum=pb.BackupKey_KeyType" json:"type,omitempty"` |
| 4725 | Attr string `protobuf:"bytes,2,opt,name=attr,proto3" json:"attr,omitempty"` |
| 4726 | Uid uint64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid,omitempty"` |
| 4727 | StartUid uint64 `protobuf:"varint,4,opt,name=start_uid,json=startUid,proto3" json:"start_uid,omitempty"` |
| 4728 | Term string `protobuf:"bytes,5,opt,name=term,proto3" json:"term,omitempty"` |
| 4729 | Count uint32 `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"` |
| 4730 | } |
| 4731 | |
| 4732 | func (m *BackupKey) Reset() { *m = BackupKey{} } |
| 4733 | func (m *BackupKey) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected