| 4227 | } |
| 4228 | |
| 4229 | type SnapshotMeta struct { |
| 4230 | ClientTs uint64 `protobuf:"varint,1,opt,name=client_ts,json=clientTs,proto3" json:"client_ts,omitempty"` |
| 4231 | GroupId uint32 `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"` |
| 4232 | } |
| 4233 | |
| 4234 | func (m *SnapshotMeta) Reset() { *m = SnapshotMeta{} } |
| 4235 | func (m *SnapshotMeta) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected