MCPcopy
hub / github.com/segmentio/kafka-go / Close

Method Close

consumergroup_test.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (c mockCoordinator) Close() error {
29 if c.closeFunc != nil {
30 return c.closeFunc()
31 }
32 return nil
33}
34
35func (c mockCoordinator) findCoordinator(req findCoordinatorRequestV0) (findCoordinatorResponseV0, error) {
36 if c.findCoordinatorFunc == nil {

Callers 1

TestConsumerGroupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected