diff --git a/types/types.go b/types/types.go index c471b7b..50f32b6 100644 --- a/types/types.go +++ b/types/types.go @@ -40,6 +40,7 @@ const ( DockerComposeFileOrigin = "DockerCompose" HelmFileOrigin = "Helm" CustomImages = "Custom Images" + NoFilePath = "NONE" ) type Microservice struct {