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

Function NewMockCreatePartitionsResponse

mockresponses.go:735–737  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

733}
734
735func NewMockCreatePartitionsResponse(t TestReporter) *MockCreatePartitionsResponse {
736 return &MockCreatePartitionsResponse{t: t}
737}
738
739func (mr *MockCreatePartitionsResponse) For(reqBody versionedDecoder) encoderWithHeader {
740 req := reqBody.(*CreatePartitionsRequest)

Calls

no outgoing calls