Documentation ¶
Overview ¶
Package lib is in charge of installing cells. Used by both the Rest service and the CLI-based install.
Index ¶
- Constants
- Variables
- func GenerateDefaultConfig() *install.InstallConfig
- func Install(ctx context.Context, c *install.InstallConfig, flags byte, ...) error
- func ListServicesWithStorage() (ss []service.Service, e error)
- func MergeWithDefaultConfig(conf *install.InstallConfig) error
- func PerformCheck(ctx context.Context, name string, c *install.InstallConfig) (*install.CheckResult, error)
- type InstallProgressEvent
Constants ¶
View Source
const ( InstallAll = 1 << iota InstallDb InstallDs InstallConfig InstallFrontend InstallDSNOnly )
Variables ¶
View Source
var ( ErrMySQLCharsetNotSupported = errors.New("Charset is not supported for this version of MySQL") ErrMySQLVersionNotSupported = errors.New("This version of the database is currently not supported") )
View Source
var (
PartialDefaultConfig *install.InstallConfig
)
Functions ¶
func GenerateDefaultConfig ¶
func GenerateDefaultConfig() *install.InstallConfig
GenerateDefaultConfig creates InstallConfig with default values
func Install ¶
func Install(ctx context.Context, c *install.InstallConfig, flags byte, publisher func(event *InstallProgressEvent)) error
func ListServicesWithStorage ¶
func MergeWithDefaultConfig ¶
func MergeWithDefaultConfig(conf *install.InstallConfig) error
MergeWithDefaultConfig merges a parsed config (from yaml or json) with missing fields values from Default config.
func PerformCheck ¶
func PerformCheck(ctx context.Context, name string, c *install.InstallConfig) (*install.CheckResult, error)
Types ¶
type InstallProgressEvent ¶
Click to show internal directories.
Click to hide internal directories.