MCPcopy Create free account
hub / github.com/apecloud/myduckserver / NoopPlaintextPlugin

Struct NoopPlaintextPlugin

plugin/auth.go:10–10  ·  view source on GitHub ↗

NoopPlaintextPlugin is used to authenticate plaintext user plugins

Source from the content-addressed store, hash-verified

8
9// NoopPlaintextPlugin is used to authenticate plaintext user plugins
10type NoopPlaintextPlugin struct{}
11
12var _ mysql_db.PlaintextAuthPlugin = &NoopPlaintextPlugin{}
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected