Versions in this module Expand all Collapse all v0 v0.4.48 Mar 13, 2024 v0.4.47 Mar 13, 2024 Changes in this version + type Request struct + AuthBytes []byte + func (*Request) Required(versions map[protocol.ApiKey]int16) bool + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) RawExchange(rw io.ReadWriter) (protocol.Message, error) + type Response struct + AuthBytes []byte + ErrorCode int16 + ErrorMessage string + SessionLifetimeMs int64 + func (r *Response) ApiKey() protocol.ApiKey