This commit is contained in:
Shreyas Goenka 2024-09-04 16:26:20 +02:00
parent 507b99dca1
commit f26027ab1c
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ import (
type Mode string
// We alias it here to override the JSON schema associated with a variable value
// in a target override. This is because we allow for directly specifying the value
// in addition to the variable.Variable struct format in a target override.
type TargetVariable variable.Variable
// Target defines overrides for a single target.