github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/model/formation_template_constraint_references.go (about) 1 package model 2 3 // FormationTemplateConstraintReference represents the connection between FormationConstraint and FormationTemplate 4 type FormationTemplateConstraintReference struct { 5 ConstraintID string 6 FormationTemplateID string 7 }