Documentation ¶
Index ¶
- type OpenSUSEInfo
- func (f *OpenSUSEInfo) CritPackage() *regexp.Regexp
- func (f *OpenSUSEInfo) CritSystem() *regexp.Regexp
- func (f *OpenSUSEInfo) DistFile(item string) string
- func (f *OpenSUSEInfo) DistMinVersion() float64
- func (f *OpenSUSEInfo) DistName() string
- func (f *OpenSUSEInfo) DistRegexp() *regexp.Regexp
- func (f *OpenSUSEInfo) IgnoredCriterions() []string
- func (f *OpenSUSEInfo) Namespace() string
- func (f *OpenSUSEInfo) OvalURI() string
- func (f *OpenSUSEInfo) ParseFilenameDist(line string) string
- func (f *OpenSUSEInfo) ParseFilenameDistR(line string, exp *regexp.Regexp, minVersion float64) string
- func (f *OpenSUSEInfo) ParseOsVersion(comment string) string
- func (f *OpenSUSEInfo) ParseOsVersionR(comment string, exp *regexp.Regexp) string
- func (f *OpenSUSEInfo) ParsePackageNameVersion(comment string) (string, string)
- func (f *OpenSUSEInfo) SecToken() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenSUSEInfo ¶
type OpenSUSEInfo struct { }
OpenSUSEInfo implements oval.OsInfo interface See oval.OsInfo for more info on what each method is
func (*OpenSUSEInfo) CritPackage ¶
func (f *OpenSUSEInfo) CritPackage() *regexp.Regexp
func (*OpenSUSEInfo) CritSystem ¶
func (f *OpenSUSEInfo) CritSystem() *regexp.Regexp
func (*OpenSUSEInfo) DistFile ¶
func (f *OpenSUSEInfo) DistFile(item string) string
func (*OpenSUSEInfo) DistMinVersion ¶
func (f *OpenSUSEInfo) DistMinVersion() float64
func (*OpenSUSEInfo) DistName ¶
func (f *OpenSUSEInfo) DistName() string
func (*OpenSUSEInfo) DistRegexp ¶
func (f *OpenSUSEInfo) DistRegexp() *regexp.Regexp
func (*OpenSUSEInfo) IgnoredCriterions ¶
func (f *OpenSUSEInfo) IgnoredCriterions() []string
func (*OpenSUSEInfo) Namespace ¶
func (f *OpenSUSEInfo) Namespace() string
func (*OpenSUSEInfo) OvalURI ¶
func (f *OpenSUSEInfo) OvalURI() string
func (*OpenSUSEInfo) ParseFilenameDist ¶
func (f *OpenSUSEInfo) ParseFilenameDist(line string) string
func (*OpenSUSEInfo) ParseFilenameDistR ¶
func (*OpenSUSEInfo) ParseOsVersion ¶
func (f *OpenSUSEInfo) ParseOsVersion(comment string) string
func (*OpenSUSEInfo) ParseOsVersionR ¶
func (f *OpenSUSEInfo) ParseOsVersionR(comment string, exp *regexp.Regexp) string
func (*OpenSUSEInfo) ParsePackageNameVersion ¶
func (f *OpenSUSEInfo) ParsePackageNameVersion(comment string) (string, string)
func (*OpenSUSEInfo) SecToken ¶
func (f *OpenSUSEInfo) SecToken() string
Click to show internal directories.
Click to hide internal directories.