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

Method reject

transport.go:903–903  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

901func (p async) resolve(res Response) { p <- res }
902
903func (p async) reject(err error) { p <- err }
904
905// rejected is an implementation of the promise interface which is always
906// returns an error. Values of this type are constructed using the reject

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected