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

Struct MovePredicatePayload

bitmap/pb.pb.go:3684–3690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3682}
3683
3684type MovePredicatePayload struct {
3685 Predicate string `protobuf:"bytes,1,opt,name=predicate,proto3" json:"predicate,omitempty"`
3686 SourceGid uint32 `protobuf:"varint,2,opt,name=source_gid,json=sourceGid,proto3" json:"source_gid,omitempty"`
3687 DestGid uint32 `protobuf:"varint,3,opt,name=dest_gid,json=destGid,proto3" json:"dest_gid,omitempty"`
3688 TxnTs uint64 `protobuf:"varint,4,opt,name=txn_ts,json=txnTs,proto3" json:"txn_ts,omitempty"`
3689 ExpectedChecksum uint64 `protobuf:"varint,5,opt,name=expected_checksum,json=expectedChecksum,proto3" json:"expected_checksum,omitempty"`
3690}
3691
3692func (m *MovePredicatePayload) Reset() { *m = MovePredicatePayload{} }
3693func (m *MovePredicatePayload) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected