lib

package
v3.0.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: AGPL-3.0 Imports: 31 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
)

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 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

Types

type DexClient

type DexClient struct {
	Id                     string
	Name                   string
	Secret                 string
	RedirectURIs           []string
	IdTokensExpiry         string
	RefreshTokensExpiry    string
	OfflineSessionsSliding bool
}

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