(t TestReporter)
| 733 | } |
| 734 | |
| 735 | func NewMockCreatePartitionsResponse(t TestReporter) *MockCreatePartitionsResponse { |
| 736 | return &MockCreatePartitionsResponse{t: t} |
| 737 | } |
| 738 | |
| 739 | func (mr *MockCreatePartitionsResponse) For(reqBody versionedDecoder) encoderWithHeader { |
| 740 | req := reqBody.(*CreatePartitionsRequest) |
no outgoing calls