Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildResult ¶
type BuildResult struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Digest string `json:"digest"`
BuildTime string `json:"build_time,omitempty"`
Tag string `json:"tag,omitempty"`
Reused bool `json:"reused,omitempty"`
}
BuildResult contains information about a successful build
type Function ¶
type Function struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
Digest string `json:"digest,omitempty"`
Status string `json:"status,omitempty"`
Tags []string `json:"tags,omitempty"`
Config map[string]string `json:"config,omitempty"`
LoadTime time.Time `json:"load_time,omitempty"`
}
Function represents a WebAssembly function in the engine
type FunctionReference ¶
type FunctionReference struct {
Namespace string `json:"namespace"`
Name string `json:"name"`
Service string `json:"service,omitempty"`
}
FunctionReference is a lightweight reference to a function
Click to show internal directories.
Click to hide internal directories.