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