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