Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveResults ¶
func SaveResults()
Types ¶
type MatchResult ¶
type Rule ¶
type Rule struct { Id string `yaml:"id"` Description string `yaml:"description"` LineMatch string `yaml:"line_match,omitempty"` StartMarker string `yaml:"start_marker,omitempty"` EndMarker string `yaml:"end_marker,omitempty"` }
func (*Rule) ProcessLineMatch ¶
Processes a single line match printing the result if found
func (*Rule) ProcessStartEndMarker ¶
Processes a start and end marker match printing the result if found
Click to show internal directories.
Click to hide internal directories.