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

Function NewMockListPartitionReassignmentsResponse

mockresponses.go:777–779  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls