Created
June 15, 2025 07:11
-
-
Save Prajwalprakash3722/2cf7875928ace310b5a124926e0c1976 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This function is a factory. | |
func NewMySQLPluginFactory() types.Plugin { | |
return mysql_plugin.New() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment