| 51 | } |
| 52 | |
| 53 | type session struct { |
| 54 | convo *scram.ClientConversation |
| 55 | } |
| 56 | |
| 57 | // Mechanism returns a new sasl.Mechanism that will use SCRAM with the provided |
| 58 | // Algorithm to securely transmit the provided credentials to Kafka. |
nothing calls this directly
no outgoing calls
no test coverage detected