From bb6b88cfa5adff184910abd3dd2980ddf3de1ffc Mon Sep 17 00:00:00 2001 From: miryamfoiferCX Date: Tue, 8 Jul 2025 23:06:24 +0300 Subject: [PATCH] add line details to imageLocation --- types/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/types/types.go b/types/types.go index f73e246..55fd8cf 100644 --- a/types/types.go +++ b/types/types.go @@ -28,6 +28,9 @@ type ImageLocation struct { Origin string Path string FinalStage bool + Line int + StartIndex int + EndIndex bool } const (