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

Struct RaftBatch

bitmap/pb.pb.go:3960–3963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3958}
3959
3960type RaftBatch struct {
3961 Context *RaftContext `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"`
3962 Payload *api.Payload `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
3963}
3964
3965func (m *RaftBatch) Reset() { *m = RaftBatch{} }
3966func (m *RaftBatch) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected