(findCoordinatorRequestV0)
| 555 | type coordinator interface { |
| 556 | io.Closer |
| 557 | findCoordinator(findCoordinatorRequestV0) (findCoordinatorResponseV0, error) |
| 558 | joinGroup(joinGroupRequest) (joinGroupResponse, error) |
| 559 | syncGroup(syncGroupRequestV0) (syncGroupResponseV0, error) |
| 560 | leaveGroup(leaveGroupRequestV0) (leaveGroupResponseV0, error) |
no outgoing calls