caffeine_lang/parser/artifacts
Types
A reusable artifact template with named parameters.
pub type Artifact {
Artifact(
name: String,
params: dict.Dict(String, accepted_types.AcceptedTypes),
)
}
Constructors
-
Artifact( name: String, params: dict.Dict(String, accepted_types.AcceptedTypes), )