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

Struct AlterPartitionReassignmentsResponse

alter_partition_reassignments_response.go:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type AlterPartitionReassignmentsResponse struct {
35 Version int16
36 ThrottleTimeMs int32
37 ErrorCode KError
38 ErrorMessage *string
39 Errors map[string]map[int32]*alterPartitionReassignmentsErrorBlock
40}
41
42func (r *AlterPartitionReassignmentsResponse) setVersion(v int16) {
43 r.Version = v

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected