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

Function NewMockDescribeConfigsResponse

mockresponses.go:844–846  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

842}
843
844func NewMockDescribeConfigsResponse(t TestReporter) *MockDescribeConfigsResponse {
845 return &MockDescribeConfigsResponse{t: t}
846}
847
848func (mr *MockDescribeConfigsResponse) For(reqBody versionedDecoder) encoderWithHeader {
849 req := reqBody.(*DescribeConfigsRequest)

Calls

no outgoing calls