Skip to content

Commit bb6b88c

Browse files
add line details to imageLocation
1 parent eb7e955 commit bb6b88c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

types/types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ type ImageLocation struct {
2828
Origin string
2929
Path string
3030
FinalStage bool
31+
Line int
32+
StartIndex int
33+
EndIndex bool
3134
}
3235

3336
const (

0 commit comments

Comments
 (0)