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

Struct handler

consumer_group_test.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type handler struct {
18 messageCh chan *ConsumerMessage
19}
20
21func (h *handler) Setup(s ConsumerGroupSession) error { return nil }
22func (h *handler) Cleanup(s ConsumerGroupSession) error { return nil }

Callers 1

withRecoverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected