Documentation ¶ Index ¶ type Deployer type NoopDeployer func (NoopDeployer) Deploy(_ context.Context, artifact string, _ map[string]string) (string, error) 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) Source Files ¶ View all Source files cloud.go Click to show internal directories. Click to hide internal directories.