Documentation ¶
Index ¶
- func ParseObjects(dir string) (map[string]string, error)
- func ParseStates(dir string) (map[string]RpmInfoState, error)
- type Affected
- type Criteria
- type Criterion
- type Definition
- type Evr
- type Metadata
- type Object
- type Objects
- type Reference
- type RpmInfoObject
- type RpmInfoState
- type RpmInfoTest
- type State
- type States
- type Tests
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseStates ¶
func ParseStates(dir string) (map[string]RpmInfoState, error)
Types ¶
type Definition ¶
type Definition struct { Class string ID string Version string Metadata Metadata Criteria Criteria }
Definition is struct of `definitions.json` files
func ParseDefinitions ¶
func ParseDefinitions(dir string) ([]Definition, error)
type Objects ¶
type Objects struct {
RpminfoObjects []RpmInfoObject
}
Objects is struct of `objects.json` files
type RpmInfoObject ¶
type RpmInfoState ¶
type RpmInfoTest ¶
type States ¶
type States struct {
RpminfoState []RpmInfoState
}
States is struct of `states.json` files
type Tests ¶
type Tests struct {
RpminfoTests []RpmInfoTest
}
Tests is struct of `tests.json` files
func ParseTests ¶
Click to show internal directories.
Click to hide internal directories.