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

Struct AssignedIds

bitmap/pb.pb.go:4168–4173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4166}
4167
4168type AssignedIds struct {
4169 StartId uint64 `protobuf:"varint,1,opt,name=startId,proto3" json:"startId,omitempty"`
4170 EndId uint64 `protobuf:"varint,2,opt,name=endId,proto3" json:"endId,omitempty"`
4171 // The following is used for read only transactions.
4172 ReadOnly uint64 `protobuf:"varint,5,opt,name=read_only,json=readOnly,proto3" json:"read_only,omitempty"`
4173}
4174
4175func (m *AssignedIds) Reset() { *m = AssignedIds{} }
4176func (m *AssignedIds) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected