schema

package
v0.0.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyRequest

type ApplyRequest struct {
	Meta   vmmSchema.Meta    `json:"meta"`
	From   string            `json:"from"`
	Params map[string]string `json:"params"`
}

type OutboxResponse

type OutboxResponse struct {
	Result string `json:"result"`
	Status string `json:"status"`
}

type RuntimeCheckpointResponse added in v0.0.3

type RuntimeCheckpointResponse struct {
	Status string `json:"status"`
	State  string `json:"state"`
}

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

type SpawnRequest struct {
	Pid    string           `json:"pid"`
	Owner  string           `json:"owner"`
	CuAddr string           `json:"cu_addr"`
	Data   []byte           `json:"data"`
	Tags   []goarSchema.Tag `json:"tags"`
	Evn    vmmSchema.Env    `json:"env"`
}

Jump to

Keyboard shortcuts

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