| 3958 | } |
| 3959 | |
| 3960 | type 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 | |
| 3965 | func (m *RaftBatch) Reset() { *m = RaftBatch{} } |
| 3966 | func (m *RaftBatch) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected