()
| 3951 | var xxx_messageInfo_PeerResponse proto.InternalMessageInfo |
| 3952 | |
| 3953 | func (m *PeerResponse) GetStatus() bool { |
| 3954 | if m != nil { |
| 3955 | return m.Status |
| 3956 | } |
| 3957 | return false |
| 3958 | } |
| 3959 | |
| 3960 | type RaftBatch struct { |
| 3961 | Context *RaftContext `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected