caffeine_lang/linker/expectations

Types

An Expectation is a concrete implementation of an Artifact + Blueprint.

pub type Expectation {
  Expectation(
    name: String,
    blueprint_ref: String,
    inputs: dict.Dict(String, value.Value),
  )
}

Constructors

Search Document