Versions in this module Expand all Collapse all v0 v0.4.28 Feb 4, 2023 Changes in this version + type Request struct + GroupID string + GroupInstanceID string + MemberID string + ProtocolType string + Protocols []RequestProtocol + RebalanceTimeoutMS int32 + SessionTimeoutMS int32 + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Group() string + type RequestProtocol struct + Metadata []byte + Name string + type Response struct + ErrorCode int16 + GenerationID int32 + LeaderID string + MemberID string + Members []ResponseMember + ProtocolName string + ProtocolType string + ThrottleTimeMS int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseMember struct + GroupInstanceID string + MemberID string + Metadata []byte + type ResponseMemberMetadata struct