MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / SnapshotMeta

Struct SnapshotMeta

bitmap/pb.pb.go:4229–4232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4227}
4228
4229type 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
4234func (m *SnapshotMeta) Reset() { *m = SnapshotMeta{} }
4235func (m *SnapshotMeta) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected