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