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

Types of supported artifacts

pub type ArtifactType {
  SLO
  DependencyRelations
}

Constructors

  • SLO
  • DependencyRelations
Search Document