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

Method GetPayload

bitmap/pb.pb.go:4005–4010  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4003}
4004
4005func (m *RaftBatch) GetPayload() *api.Payload {
4006 if m != nil {
4007 return m.Payload
4008 }
4009 return nil
4010}
4011
4012type SubscriptionRequest struct {
4013 Prefixes [][]byte `protobuf:"bytes,1,rep,name=prefixes,proto3" json:"prefixes,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected