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

Struct mechanism

sasl/scram/scram.go:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46)
47
48type mechanism struct {
49 algo Algorithm
50 client *scram.Client
51}
52
53type session struct {
54 convo *scram.ClientConversation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected