Current section

Files

Jump to
caffeine_lang src caffeine_lang constants.gleam
Raw

src/caffeine_lang/constants.gleam

/// The current version of the Caffeine language compiler.
pub const version = "5.0.1"
/// The identifier for the Datadog vendor target.
pub const vendor_datadog = "datadog"
/// The identifier for the Honeycomb vendor target.
pub const vendor_honeycomb = "honeycomb"
/// The identifier for the Dynatrace vendor target.
pub const vendor_dynatrace = "dynatrace"
/// The identifier for the New Relic vendor target.
pub const vendor_newrelic = "newrelic"
/// The Terraform provider name for Datadog.
pub const provider_datadog = "datadog"
/// The Terraform provider name for Honeycomb.
pub const provider_honeycombio = "honeycombio"
/// The Terraform provider name for Dynatrace.
pub const provider_dynatrace = "dynatrace"
/// The Terraform provider name for New Relic.
pub const provider_newrelic = "newrelic"