NoopPlaintextPlugin is used to authenticate plaintext user plugins
| 8 | |
| 9 | // NoopPlaintextPlugin is used to authenticate plaintext user plugins |
| 10 | type NoopPlaintextPlugin struct{} |
| 11 | |
| 12 | var _ mysql_db.PlaintextAuthPlugin = &NoopPlaintextPlugin{} |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected