Documentation ¶
Overview ¶
Package lib is in charge of installing cells. Used by both the Rest service and the CLI-based install.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMySQLCharsetNotSupported = errors.New("Charset is not supported for this version of MySQL")
)
Functions ¶
func GenerateDefaultConfig ¶
func GenerateDefaultConfig() *install.InstallConfig
func Install ¶
func Install(ctx context.Context, c *install.InstallConfig, publisher func(event *InstallProgressEvent)) error
func PerformCheck ¶
func PerformCheck(ctx context.Context, name string, c *install.InstallConfig) *install.CheckResult
Types ¶
type InstallProgressEvent ¶
Click to show internal directories.
Click to hide internal directories.