Crate wick_config
source ·Expand description
Wick Manifest implementation
Re-exports
pub use component_definition::ComponentDefinition;pub use component_definition::ComponentKind;pub use component_definition::Permissions;pub use flow_definition::ConnectionDefinition;pub use flow_definition::ConnectionTargetDefinition;pub use flow_definition::FlowOperation;pub use flow_definition::InstanceReference;
Modules
- A version-normalized format of the network manifest for development.
- Wick Manifest error.
- A version-normalized format of the schematic manifest for development.
- A version-normalized format of the manifest for development.
- Version 0 manifest.
- Version 1 manifest.
Structs
- The internal representation of a Wick manifest.
- Normalized representation of a CLI trigger configuration.
- The internal representation of a Wick manifest.
- ComponentConfiguration builder.
- Normalized representation of a TCP port configuration.
- Normalized representation of a UDP port configuration.
Enums
- Normalized representation of a resource definition.
- Normalized representation of a trigger definition.
- The kind of trigger.
Constants
- The string to replace in the JSON template.
Functions
- Parse a JSON template.
- Parse a fully qualified component ID into its namespace & name parts.
- Render the JSON template while replacing any instance of ERROR_STR with the passed message.
Type Definitions
- The crate’s error type.