Versions in this module Expand all Collapse all v1 v1.0.0 Aug 23, 2023 Changes in this version + type Request struct + Assignments []RequestAssignment + GenerationID int32 + GroupID string + GroupInstanceID string + MemberID string + ProtocolName string + ProtocolType string + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Group() string + type RequestAssignment struct + Assignment []byte + MemberID string + type Response struct + Assignments []byte + ErrorCode int16 + ProtocolName string + ProtocolType string + ThrottleTimeMS int32 + func (r *Response) ApiKey() protocol.ApiKey