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

Struct OracleDelta

bitmap/pb.pb.go:3812–3816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3810}
3811
3812type OracleDelta struct {
3813 Txns []*TxnStatus `protobuf:"bytes,1,rep,name=txns,proto3" json:"txns,omitempty"`
3814 MaxAssigned uint64 `protobuf:"varint,2,opt,name=max_assigned,json=maxAssigned,proto3" json:"max_assigned,omitempty"`
3815 GroupChecksums map[uint32]uint64 `protobuf:"bytes,3,rep,name=group_checksums,json=groupChecksums,proto3" json:"group_checksums,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"`
3816}
3817
3818func (m *OracleDelta) Reset() { *m = OracleDelta{} }
3819func (m *OracleDelta) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected