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

Function NewMockDescribeConfigsResponseWithErrorCode

mockresponses.go:945–947  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

943}
944
945func NewMockDescribeConfigsResponseWithErrorCode(t TestReporter) *MockDescribeConfigsResponseWithErrorCode {
946 return &MockDescribeConfigsResponseWithErrorCode{t: t}
947}
948
949func (mr *MockDescribeConfigsResponseWithErrorCode) For(reqBody versionedDecoder) encoderWithHeader {
950 req := reqBody.(*DescribeConfigsRequest)

Calls

no outgoing calls