Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - api_
enum - Wrap an enum with common derives and serde required attributes.
- api_
struct - Wrap a struct with common derives and serde required attributes.
- api_
unit_ enum - Wrap a unit-only enum with common derives and serde required attributes.
- config_
struct - Apply default attributes for configuration based structs. Will assume that all keys are in camel case.
- json_
config - shared_
config - toml_
config
Structs§
- Define
Docker Metadata Input - Input passed to the
define_docker_metadatafunction. - Define
Docker Metadata Output - Output returned from the
define_docker_metadatafunction. - Define
Toolchain Config Output - Output returned from the
define_toolchain_configfunction. - Empty
Input - Represents an empty input.
- Exec
Command Input - Input passed to the
exec_commandhost function. - Exec
Command Output - Output returned from the
exec_commandhost function. - Execute
Extension Input - Input passed to the
execute_extensionfunction. - Extend
Project Graph Input - Input passed to the
extend_project_graphfunction. - Extend
Project Graph Output - Output returned from the
extend_project_graphfunction. - Extend
Project Input - Input passed to the
extend_projectfunction. - Extend
Project Output - Output returned from the
extend_projectfunction. - File
Locator - A file system locator.
- GitHub
Locator - A GitHub release locator.
- Hash
Task Contents Input - Input passed to the
hash_task_contentsfunction. - Hash
Task Contents Output - Output returned from the
hash_task_contentsfunction. - Host
Environment - Information about the host environment (the current runtime).
- Host
LogInput - Input passed to the
host_loghost function. - Initialize
Toolchain Input - Input passed to the
initialize_toolchainfunction. - Initialize
Toolchain Output - Output returned from the
initialize_toolchainfunction. - Install
Dependencies Input - Input passed to the
install_dependenciesfunction. - Install
Dependencies Output - Output returned from the
install_dependenciesfunction. - Locate
Dependencies Root Input - Input passed to the
locate_dependencies_rootfunction. - Locate
Dependencies Root Output - Output returned from the
locate_dependencies_rootfunction. - Moon
Context - Information about the current moon workspace.
- Operation
- An operation can be used to track timings, statuses, and results for business logic that was performed within an action (a plugin function).
- Project
Fragment - Fragment of a project including important fields.
- Prune
Docker Input - Input passed to the
prune_dockerfunction. - Register
Extension Input - Input passed to the
register_extensionfunction. - Register
Extension Output - Output returned from the
register_extensionfunction. - Register
Toolchain Input - Input passed to the
register_toolchainfunction. - Register
Toolchain Output - Output returned from the
register_toolchainfunction. - Scaffold
Docker Input - Input passed to the
scaffold_dockerfunction. - Scaffold
Docker Output - Output returned from the
scaffold_dockerfunction. - Send
Request Input - Input passed to the
send_requesthost function. - Send
Request Output - Output returned from the
send_requesthost function. - Setting
Condition - Represents a condition against another setting.
- Setting
Prompt - Represents a prompt (question) for a configuration setting.
- Setup
Environment Input - Input passed to the
setup_environmentfunction. - Setup
Environment Output - Output returned from the
setup_environmentfunction. - Setup
Toolchain Input - Input passed to the
setup_toolchainfunction. - Setup
Toolchain Output - Output returned from the
setup_toolchainfunction. - Sync
Output - Output returned from the
sync_workspaceandsync_projectfunctions. - Sync
Project Input - Input passed to the
sync_projectfunction. - Sync
Workspace Input - Input passed to the
sync_workspacefunction. - Task
Fragment - Fragment of a task including important fields.
- Teardown
Toolchain Input - Input passed to the
teardown_toolchainfunction. - Test
Environment - Information about the current testing environment.
- UrlLocator
- A HTTPS URL locator.
Enums§
- Condition
Type - A type of condition to evaluate against a setting value.
- Host
Arch - Architecture of the system environment.
- Host
Libc - Libc being used in the system environment.
- Host
LogTarget - Target where host logs should be written to.
- HostOS
- Operating system of the current environment.
- Operation
Status - The status of a performed operation.
- Plugin
Locator - Strategies and protocols for locating plugins.
- Plugin
Locator Error - Errors during plugin locator parsing.
- Prompt
Type - The type of prompt to render to receive an answer.
- Scaffold
Docker Phase - The different scaffolding phases.
- Virtual
Path - A container for WASI virtual paths that can also keep a reference to the original real path.
Type Aliases§
- AnyResult
- Represents any result (using
anyhow). - Config
Schema