docker

package
v0.5.24 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2025 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetConfig added in v0.5.24

func SetConfig(config Config)

func Setup

func Setup() error

Types

type Config added in v0.5.24

type Config struct {
	LocalImage  bool
	ImageName   string
	ImageUser   string
	ImageCmd    string
	CPULimit    float64
	MemoryLimit float64
	PidsLimit   int64
}

type MaxConnectionsPerUser added in v0.5.24

type MaxConnectionsPerUser int64

type Workspace

type Workspace struct{}

func NewWorkspace

func NewWorkspace(maxConnPerUser MaxConnectionsPerUser) (*Workspace, error)

func (*Workspace) Create

func (w *Workspace) Create(ctx context.Context, userName values.UserName) (*domain.Workspace, error)

func (*Workspace) Recreate

func (w *Workspace) Recreate(ctx context.Context, workspace *domain.Workspace) (*domain.Workspace, error)

func (*Workspace) Start

func (w *Workspace) Start(ctx context.Context, workspace *domain.Workspace) error

func (*Workspace) Stop

func (w *Workspace) Stop(ctx context.Context, workspace *domain.Workspace) error

type WorkspaceConnection

type WorkspaceConnection struct{}

func NewWorkspaceConnection

func NewWorkspaceConnection() *WorkspaceConnection

func (*WorkspaceConnection) Connect

func (*WorkspaceConnection) Disconnect

func (wc *WorkspaceConnection) Disconnect(_ context.Context, connection *domain.WorkspaceConnection) error

func (*WorkspaceConnection) Resize

func (wc *WorkspaceConnection) Resize(ctx context.Context, connection *domain.WorkspaceConnection, window *values.Window) error

Jump to

Keyboard shortcuts

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