cloud

package
v1.4.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployer

type Deployer interface {
	// Deploy publishes an artifact and returns a deployment ID or URL
	Deploy(ctx context.Context, artifact string, config map[string]string) (string, error)
}

Deployer defines a minimal deployment interface

type NoopDeployer

type NoopDeployer struct{}

NoopDeployer is a placeholder deployer for local/testing usage

func (NoopDeployer) Deploy

func (NoopDeployer) Deploy(_ context.Context, artifact string, _ map[string]string) (string, error)

Jump to

Keyboard shortcuts

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