lib

package
v4.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: AGPL-3.0 Imports: 40 Imported by: 0

Documentation

Overview

Package lib is in charge of installing cells. Used by both the Rest service and the CLI-based install.

Index

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 ListServicesWithStorage() (ss []service.Service, e error)

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

type InstallProgressEvent struct {
	Progress int
	Message  string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL