mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
Update core/pkg/fixhandler/datastructures.go
Co-authored-by: Vlad Klokun <vladklokun@users.noreply.github.com>
This commit is contained in:
co-authored by
Vlad Klokun
parent
5ce69a750d
commit
a7989bbe76
@@ -21,7 +21,7 @@ type ResourceFixInfo struct {
|
||||
FilePath string
|
||||
}
|
||||
|
||||
// LineAndContentToAdd is a struct that holds the information about where to insert the new changes in the existing yaml file
|
||||
// LineAndContentToAdd holds the information about where to insert the new changes in the existing yaml file
|
||||
type LineAndContentToAdd struct {
|
||||
Line int
|
||||
Content string
|
||||
|
||||
Reference in New Issue
Block a user