app

package
v2.367.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Setup(opts Options) error
	Run() error
	GetPlatform() boshplatform.Platform
}

func New

func New(logger boshlog.Logger, fs boshsys.FileSystem) App

type Config

type Config struct {
	Platform       boshplatform.Options
	Infrastructure boshinf.Options
}

func LoadConfigFromPath

func LoadConfigFromPath(fs boshsys.FileSystem, path string) (Config, error)

type Options

type Options struct {
	InfrastructureName string
	PlatformName       string
	BaseDirectory      string
	JobSupervisor      string
	ConfigPath         string
	VersionCheck       bool
}

func ParseOptions

func ParseOptions(args []string) (Options, error)

Jump to

Keyboard shortcuts

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