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

Struct MockOffsetCommitResponse

mockresponses.go:499–502  ·  view source on GitHub ↗

MockOffsetCommitResponse is a `OffsetCommitResponse` builder.

Source from the content-addressed store, hash-verified

497
498// MockOffsetCommitResponse is a `OffsetCommitResponse` builder.
499type MockOffsetCommitResponse struct {
500 errors map[string]map[string]map[int32]KError
501 t TestReporter
502}
503
504func NewMockOffsetCommitResponse(t TestReporter) *MockOffsetCommitResponse {
505 return &MockOffsetCommitResponse{t: t}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected