cloud

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package cloud provides placeholder stubs for cloud-based SandboxControl providers (E2B, Daytona, Fly). These are deferred to a future batch.

Index

Constants

This section is empty.

Variables

View Source
var ErrNotImplemented = fmt.Errorf("cloud sandbox control not yet implemented")

ErrNotImplemented is returned by all CloudSandboxControl methods.

Functions

This section is empty.

Types

type CloudSandboxControl

type CloudSandboxControl struct {
	// contains filtered or unexported fields
}

CloudSandboxControl is a placeholder for cloud-based sandbox providers. All methods return ErrNotImplemented.

func NewCloudSandboxControl

func NewCloudSandboxControl(provider string) *CloudSandboxControl

NewCloudSandboxControl creates a placeholder cloud provider stub.

func (*CloudSandboxControl) Capabilities

func (*CloudSandboxControl) CreateSandbox

func (*CloudSandboxControl) DestroySandbox

func (c *CloudSandboxControl) DestroySandbox(_ context.Context, _ string) error

func (*CloudSandboxControl) KillProcess

func (*CloudSandboxControl) LaunchProcess

func (*CloudSandboxControl) PauseSandbox

func (c *CloudSandboxControl) PauseSandbox(_ context.Context, _ string) error

func (*CloudSandboxControl) ResumeSandbox

func (c *CloudSandboxControl) ResumeSandbox(_ context.Context, _ string) error

Jump to

Keyboard shortcuts

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