(interface{})
| 298 | } |
| 299 | |
| 300 | func (c genCtx) Value(interface{}) interface{} { |
| 301 | return nil |
| 302 | } |
| 303 | |
| 304 | // Generation represents a single consumer group generation. The generation |
| 305 | // carries the topic+partition assignments for the given. It also provides |
no outgoing calls
no test coverage detected