Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckExamples ¶
type CheckExamples map[string]ProviderExamples
func GetCheckExamples ¶
func GetCheckExamples(r scan.Rule) (CheckExamples, string, error)
func (CheckExamples) Format ¶
func (e CheckExamples) Format()
type ProviderExamples ¶
type ProviderExamples struct { Good blocks `yaml:"good,omitempty"` Bad blocks `yaml:"bad,omitempty"` }
func (ProviderExamples) IsEmpty ¶
func (e ProviderExamples) IsEmpty() bool
Click to show internal directories.
Click to hide internal directories.