Versions in this module Expand all Collapse all v0 v0.16.3 Nov 29, 2024 Changes in this version + func RegisterFactory(name string, factory Factory) + type Factory func(network, addr string) (MysqlctlClient, error) + type MysqlctlClient interface + Close func() + RefreshConfig func(ctx context.Context) error + ReinitConfig func(ctx context.Context) error + RunMysqlUpgrade func(ctx context.Context) error + Shutdown func(ctx context.Context, waitForMysqld bool) error + Start func(ctx context.Context, mysqldArgs ...string) error + func New(network, addr string) (MysqlctlClient, error)