We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb7e955 + bb6b88c commit 8187681Copy full SHA for 8187681
1 file changed
types/types.go
@@ -28,6 +28,9 @@ type ImageLocation struct {
28
Origin string
29
Path string
30
FinalStage bool
31
+ Line int
32
+ StartIndex int
33
+ EndIndex bool
34
}
35
36
const (
0 commit comments