Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 Changes in this version type Provider + func (p *Provider) Attach(ctx context.Context, sessionID domain.ID) (sandbox.Sandbox, error) v0.2.0 Aug 7, 2026 Changes in this version type Config + GateNetwork string + GateTokenRevoker sandbox.GateTokenRevoker type Provider + func (p *Provider) Export(ctx context.Context, sessionID domain.ID, root string) (io.ReadCloser, error) + func (p *Provider) Owned(ctx context.Context) ([]domain.ID, error) + func (p *Provider) Reap(ctx context.Context, sessionID domain.ID) error v0.1.0 Jul 16, 2026 Changes in this version + type Config struct + Host string + type Provider struct + func New(cfg Config) (*Provider, error) + func (p *Provider) Provision(ctx context.Context, spec sandbox.Spec) (sandbox.Sandbox, error)