From 84f42fe8406b3ef484299b4c798d8a851874f2a2 Mon Sep 17 00:00:00 2001 From: Dima R <90623914+cx-dmitri-rivin@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:15:52 +0300 Subject: [PATCH] NoFilePath added --- types/types.go | 1 + 1 file changed, 1 insertion(+) 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 {