Versions in this module Expand all Collapse all v0 v0.0.8 May 27, 2024 v0.0.1 May 27, 2024 Changes in this version + func ParseObjects(dir string) (map[string]string, error) + func ParseStates(dir string) (map[string]RpmInfoState, error) + type Affected struct + Family string + Platform string + type Criteria struct + Criterion Criterion + Operator string + type Criterion struct + Comment string + TestRef string + type Definition struct + Class string + Criteria Criteria + ID string + Metadata Metadata + Version string + func ParseDefinitions(dir string) ([]Definition, error) + type Evr struct + Datatype string + Operation string + Text string + type Metadata struct + AdvisoryDate string + AdvisoryID string + Affected Affected + Description string + Patchable string + Reference Reference + Severity string + Title string + type Object struct + ObjectRef string + type Objects struct + RpminfoObjects []RpmInfoObject + type Reference struct + RefID string + RefURL string + Source string + type RpmInfoObject struct + ID string + Name string + Version string + type RpmInfoState struct + Evr Evr + ID string + Version string + type RpmInfoTest struct + Check string + Comment string + ID string + Object Object + State State + Version string + type State struct + StateRef string + type States struct + RpminfoState []RpmInfoState + type Tests struct + RpminfoTests []RpmInfoTest + func ParseTests(dir string) (Tests, error)