Versions in this module Expand all Collapse all v0 v0.5.2 May 11, 2024 Changes in this version + type CredentialInfo struct + Iterations int32 + Mechanism int8 + type Request struct + Users []RequestUser + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestUser struct + Name string + type Response struct + ErrorCode int16 + ErrorMessage string + Results []ResponseResult + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseResult struct + CredentialInfos []CredentialInfo + ErrorCode int16 + ErrorMessage string + User string