(t TestReporter)
| 1517 | } |
| 1518 | |
| 1519 | func NewMockInitProducerIDResponse(t TestReporter) *MockInitProducerIDResponse { |
| 1520 | return &MockInitProducerIDResponse{ |
| 1521 | t: t, |
| 1522 | } |
| 1523 | } |
| 1524 | |
| 1525 | func (m *MockInitProducerIDResponse) SetProducerID(id int) *MockInitProducerIDResponse { |
| 1526 | m.producerID = int64(id) |
no outgoing calls