Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 Changes in this version + type Request struct + GroupID string + MemberID string + Members []RequestMember + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Group() string + func (r *Request) Prepare(apiVersion int16) + type RequestMember struct + GroupInstanceID string + MemberID string + type Response struct + ErrorCode int16 + Members []ResponseMember + ThrottleTimeMS int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseMember struct + ErrorCode int16 + GroupInstanceID string + MemberID string