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

Struct Proposal

bitmap/pb.pb.go:2415–2425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2413}
2414
2415type Proposal struct {
2416 Mutations *Mutations `protobuf:"bytes,2,opt,name=mutations,proto3" json:"mutations,omitempty"`
2417 Kv []*pb.KV `protobuf:"bytes,4,rep,name=kv,proto3" json:"kv,omitempty"`
2418 State *MembershipState `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
2419 CleanPredicate string `protobuf:"bytes,6,opt,name=clean_predicate,json=cleanPredicate,proto3" json:"clean_predicate,omitempty"`
2420 Delta *OracleDelta `protobuf:"bytes,8,opt,name=delta,proto3" json:"delta,omitempty"`
2421 Snapshot *Snapshot `protobuf:"bytes,9,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
2422 Index uint64 `protobuf:"varint,10,opt,name=index,proto3" json:"index,omitempty"`
2423 ExpectedChecksum uint64 `protobuf:"varint,11,opt,name=expected_checksum,json=expectedChecksum,proto3" json:"expected_checksum,omitempty"`
2424 Restore *RestoreRequest `protobuf:"bytes,12,opt,name=restore,proto3" json:"restore,omitempty"`
2425}
2426
2427func (m *Proposal) Reset() { *m = Proposal{} }
2428func (m *Proposal) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected