start_manager

package
v0.0.0-...-01e36a1 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceStatus

type ServiceStatus interface {
	Start() error
}

type StartManager

type StartManager interface {
	Execute(ctx context.Context) error
	Shutdown()
}

func New

func New(
	osHelper os_helper.OsHelper,
	config config.StartManager,
	dbHelper db_helper.DBHelper,
	upgrader upgrader.Upgrader,
	startCaller node_starter.Starter,
	logger lager.Logger,
	healthChecker cluster_health_checker.ClusterHealthChecker,
	galeraInitStatusServer ServiceStatus,
) StartManager

Directories

Path Synopsis
node_starterfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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