Documentation
¶
Overview ¶
Package vm is an EXP MicroVM compute-driver spike (not implemented).
Index ¶
- type Driver
- func (d *Driver) CopyFrom(context.Context, core.ID, string, string) error
- func (d *Driver) CopyTo(context.Context, core.ID, string, string) error
- func (d *Driver) Create(context.Context, driver.Spec) (driver.Handle, error)
- func (d *Driver) Delete(context.Context, core.ID) error
- func (d *Driver) EnsureSSHDaemon(context.Context, core.ID, string) error
- func (d *Driver) Exec(context.Context, core.ID, driver.ExecRequest) (driver.ExecResult, error)
- func (d *Driver) Inspect(context.Context, string) (driver.Info, error)
- func (d *Driver) List(context.Context) ([]driver.Info, error)
- func (d *Driver) Logs(context.Context, core.ID, bool, io.Writer) error
- func (d *Driver) SSHPort(context.Context, core.ID) (int, error)
- func (d *Driver) Start(context.Context, core.ID) error
- func (d *Driver) Stop(context.Context, core.ID) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.