Crate warpgate_api
source ·Macros§
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - Wrap an enum with common derives and serde required attributes.
- Wrap a struct with common derives and serde required attributes.
Structs§
- Represents an empty input.
- Input passed to the
exec_command
host function. - Output returned from the
exec_command
host function. - A file system locator.
- A GitHub release locator.
- Information about the host environment (the current runtime).
- Input passed to the
host_log
host function. - Input passed to the
send_request
host function. - Output returned from the
send_request
host function. - Information about the current testing environment.
- A HTTPS URL locator.
Enums§
- Architecture of the system environment.
- Libc being used in the system environment.
- Target where host logs should be written to.
- Operating system of the current environment.
- Strategies and protocols for locating plugins.
- Errors during plugin locator parsing.
- A container for WASI virtual paths that can also keep a reference to the original real path.
Type Aliases§
- Represents any result (using
anyhow
).