Documentation ¶
Index ¶
- Variables
- func CombineSchemes(a, b scheme.FlattenedScheme) scheme.FlattenedScheme
- func EnrichedDataSample() []enricher.EnrichedData
- func FullyQualifiedPolicyNameSample() string
- func FullyQualifiedPolicyNameSample2() string
- func SchemeSample() scheme.FlattenedScheme
- func StructToMap(obj interface{}) (newMap map[string]interface{}, err error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RemediationStepsSample = []string{"do", "that"} RemediationStepsSample2 = []string{"dont", "do", "that"} )
Functions ¶
func CombineSchemes ¶
func CombineSchemes(a, b scheme.FlattenedScheme) scheme.FlattenedScheme
func EnrichedDataSample ¶
func EnrichedDataSample() []enricher.EnrichedData
corresponding to SchemeSample
func FullyQualifiedPolicyNameSample ¶
func FullyQualifiedPolicyNameSample() string
func FullyQualifiedPolicyNameSample2 ¶
func FullyQualifiedPolicyNameSample2() string
func SchemeSample ¶
func SchemeSample() scheme.FlattenedScheme
func StructToMap ¶
convert struct to map recursively (for simple nested comparison)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.