MCPcopy
hub / github.com/segmentio/kafka-go / session

Struct session

sasl/scram/scram.go:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected