instances

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance interface {
	Run() error
	Name() string
	Workspace() string
}

type InstanceMaker

type InstanceMaker interface {
	Make(
		instanceConfig types.Instance,
		instanceId int,
		envsConfig map[string]types.Environment,
		dflts *defaults.Defaults,
		srvs servers.Servers,
		specWorkspace string,
	) (Instance, error)
}

func CreateInstanceMaker

func CreateInstanceMaker(
	fnd app.Foundation,
	expectationsMaker expectations.Maker,
	parametersMaker parameters.Maker,
) InstanceMaker

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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