Skip to content

Instantly share code, notes, and snippets.

@Prajwalprakash3722
Created June 15, 2025 07:11
Show Gist options
  • Save Prajwalprakash3722/2cf7875928ace310b5a124926e0c1976 to your computer and use it in GitHub Desktop.
Save Prajwalprakash3722/2cf7875928ace310b5a124926e0c1976 to your computer and use it in GitHub Desktop.
// 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