caffeine_lang/phase_1/parser/instantiation/team_instantiation

Values

pub fn parse_slos_instantiation(
  file_path: String,
  params: dict.Dict(String, String),
) -> Result(List(unresolved_slo.Slo), String)
pub fn parse_team_instantiation(
  file_path: String,
) -> Result(unresolved_team.Team, String)

Parses an instantiation from a YAML file. This is a single team with at least one slo. Note that within a configutation repository, there can be multiple instantiations for the same team and even the same service. Logic for this lives within the linking code.

Search Document