Files
vuls/oval/redhat.go
2017-08-09 16:15:23 +09:00

12 lines
127 B
Go

package oval
type redhat struct{}
func NewRedhat() redhat {
return redhat{}
}
func (o redhat) FillCveInfoFromOvalDB() {
}