(t TestReporter)
| 775 | } |
| 776 | |
| 777 | func NewMockListPartitionReassignmentsResponse(t TestReporter) *MockListPartitionReassignmentsResponse { |
| 778 | return &MockListPartitionReassignmentsResponse{t: t} |
| 779 | } |
| 780 | |
| 781 | func (mr *MockListPartitionReassignmentsResponse) For(reqBody versionedDecoder) encoderWithHeader { |
| 782 | req := reqBody.(*ListPartitionReassignmentsRequest) |
no outgoing calls