MCPcopy
hub / github.com/ccfos/nightingale / Close

Method Close

pushgw/kafka/producer.go:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func (p *SyncProducerWrapper) Close() error {
126 close(p.stop)
127 return p.syncProducer.Close()
128}

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected