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

Function NewMockOffsetFetchResponse

mockresponses.go:618–620  ·  view source on GitHub ↗
(t TestReporter)

Source from the content-addressed store, hash-verified

616}
617
618func NewMockOffsetFetchResponse(t TestReporter) *MockOffsetFetchResponse {
619 return &MockOffsetFetchResponse{t: t}
620}
621
622func (mr *MockOffsetFetchResponse) SetOffset(group, topic string, partition int32, offset int64, metadata string, kerror KError) *MockOffsetFetchResponse {
623 if mr.offsets == nil {

Calls

no outgoing calls