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

Struct InitProducerIDResponse

init_producer_id_response.go:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "time"
4
5type InitProducerIDResponse struct {
6 ThrottleTime time.Duration
7 Err KError
8 Version int16
9 ProducerID int64
10 ProducerEpoch int16
11}
12
13func (i *InitProducerIDResponse) setVersion(v int16) {
14 i.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected