(t TestReporter)
| 708 | } |
| 709 | |
| 710 | func NewMockDeleteTopicsResponse(t TestReporter) *MockDeleteTopicsResponse { |
| 711 | return &MockDeleteTopicsResponse{t: t} |
| 712 | } |
| 713 | |
| 714 | func (mr *MockDeleteTopicsResponse) For(reqBody versionedDecoder) encoderWithHeader { |
| 715 | req := reqBody.(*DeleteTopicsRequest) |
no outgoing calls