File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ template:
55 - markdown-breaking-template
66 - markdown-deprecations-template
77 - markdown-index-template
8- - markdown-known-issues-template
98components :
109 - beats
1110 - elastic-agent
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ type Entry struct {
2222 LinkedIssue []string `yaml:"issue"`
2323 Impact string `yaml:"impact"`
2424 Action string `yaml:"action"`
25- Workaround string `yaml:"workaround"`
2625
2726 Timestamp int64 `yaml:"timestamp"`
2827 File FragmentFileInfo `yaml:"file"`
@@ -40,7 +39,6 @@ func EntryFromFragment(f fragment.File) Entry {
4039 LinkedIssue : []string {},
4140 Impact : f .Fragment .Impact ,
4241 Action : f .Fragment .Action ,
43- Workaround : f .Fragment .Workaround ,
4442 Timestamp : f .Timestamp ,
4543 File : FragmentFileInfo {
4644 Name : f .Name ,
Original file line number Diff line number Diff line change @@ -13,5 +13,4 @@ type Fragment struct {
1313 Issue string `yaml:"issue"`
1414 Impact string `yaml:"impact"`
1515 Action string `yaml:"action"`
16- Workaround string `yaml:"workaround"`
1716}
You can’t perform that action at this time.
0 commit comments