runtime

package
v0.0.27 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provisioner

type Provisioner interface {
	EnvironmentCreate(ctx context.Context,
		owner string, env types.Environment,
		meta types.ImageMeta) (*types.Environment, error)
	EnvironmentGet(ctx context.Context,
		owner, envName string) (*types.Environment, error)
	EnvironmentRemove(ctx context.Context,
		owner, envName string) error
	EnvironmentList(ctx context.Context,
		username string) ([]types.Environment, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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