| 32 | } |
| 33 | |
| 34 | type AlterPartitionReassignmentsResponse struct { |
| 35 | Version int16 |
| 36 | ThrottleTimeMs int32 |
| 37 | ErrorCode KError |
| 38 | ErrorMessage *string |
| 39 | Errors map[string]map[int32]*alterPartitionReassignmentsErrorBlock |
| 40 | } |
| 41 | |
| 42 | func (r *AlterPartitionReassignmentsResponse) setVersion(v int16) { |
| 43 | r.Version = v |
nothing calls this directly
no outgoing calls
no test coverage detected