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

Struct MockProduceResponse

mockresponses.go:555–559  ·  view source on GitHub ↗

MockProduceResponse is a `ProduceResponse` builder.

Source from the content-addressed store, hash-verified

553
554// MockProduceResponse is a `ProduceResponse` builder.
555type MockProduceResponse struct {
556 version int16
557 errors map[string]map[int32]KError
558 t TestReporter
559}
560
561func NewMockProduceResponse(t TestReporter) *MockProduceResponse {
562 return &MockProduceResponse{t: t}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected