| 7 | var NoNode = &Broker{id: -1, addr: ":-1"} |
| 8 | |
| 9 | type FindCoordinatorResponse struct { |
| 10 | Version int16 |
| 11 | ThrottleTime time.Duration |
| 12 | Err KError |
| 13 | ErrMsg *string |
| 14 | Coordinator *Broker |
| 15 | } |
| 16 | |
| 17 | func (f *FindCoordinatorResponse) setVersion(v int16) { |
| 18 | f.Version = v |
nothing calls this directly
no outgoing calls
no test coverage detected