Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2026 Changes in this version + type MySQLConfig struct + ContainerName string + Database string + Image string + Password string + Port string + RootPassword string + User string + type MySQLPlugin struct + func NewMySQLPlugin(dockerClient *docker.Client, logger *zap.Logger) *MySQLPlugin + func (p *MySQLPlugin) GetConnectionInfo() (*plugin.ConnectionInfo, error) + func (p *MySQLPlugin) GetLogs(ctx context.Context, opts *plugin.LogOptions) ([]string, error) + func (p *MySQLPlugin) IsReady(ctx context.Context) (bool, error) + func (p *MySQLPlugin) Launch(ctx context.Context, config map[string]interface{}) error + func (p *MySQLPlugin) Name() string + func (p *MySQLPlugin) Stop(ctx context.Context) error