keiro-dsl-0.10.0.0: test/conformance-structural/Generated/StructuralConformance/Structural/Shape/ArtifactLocation.hs
-- @generated by keiro-dsl 0.9.0.0 (language keiro-dsl 4) from mapped structural ArtifactLocation; do not edit.
module Generated.StructuralConformance.Structural.Shape.ArtifactLocation (ArtifactLocationShape (..)) where
import Data.Text (Text)
import GHC.Generics (Generic)
data ArtifactLocationShape = LocalFile !Text
| LocalDir !Text
| RepoPath !Text
| LocUrl !Text
| Canonical
deriving stock (Eq, Generic, Show)