Versions in this module Expand all Collapse all v0 v0.4.47 Mar 8, 2024 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