Versions in this module Expand all Collapse all v0 v0.4.47 Mar 8, 2024 Changes in this version + type Request struct + Deletions []RequestUserScramCredentialsDeletion + Upsertions []RequestUserScramCredentialsUpsertion + func (r *Request) ApiKey() protocol.ApiKey + func (r *Request) Broker(cluster protocol.Cluster) (protocol.Broker, error) + type RequestUserScramCredentialsDeletion struct + Mechanism int8 + Name string + type RequestUserScramCredentialsUpsertion struct + Iterations int32 + Mechanism int8 + Name string + Salt []byte + SaltedPassword []byte + type Response struct + Results []ResponseUserScramCredentials + ThrottleTimeMs int32 + func (r *Response) ApiKey() protocol.ApiKey + type ResponseUserScramCredentials struct + ErrorCode int16 + ErrorMessage string + User string