Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyRequest ¶
type OutboxResponse ¶
type RuntimeCheckpointResponse ¶ added in v0.0.3
type RuntimeRestoreRequest ¶ added in v0.0.3
type RuntimeRestoreRequest struct {
Env vmmSchema.Env `json:"env"`
Tags []goarSchema.Tag `json:"tags"`
State string `json:"state"`
}
type RuntimeRestoreResponse ¶ added in v0.0.3
type RuntimeRestoreResponse struct {
Status string `json:"status"`
}
type SpawnRequest ¶
Click to show internal directories.
Click to hide internal directories.