MCPcopy
hub / github.com/IBM/sarama / NewMockAlterPartitionReassignmentsResponse

Function NewMockAlterPartitionReassignmentsResponse

mockresponses.go:762–764  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

760}
761
762func NewMockAlterPartitionReassignmentsResponse(t TestReporter) *MockAlterPartitionReassignmentsResponse {
763 return &MockAlterPartitionReassignmentsResponse{t: t}
764}
765
766func (mr *MockAlterPartitionReassignmentsResponse) For(reqBody versionedDecoder) encoderWithHeader {
767 req := reqBody.(*AlterPartitionReassignmentsRequest)

Calls

no outgoing calls