mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add Comment
This commit is contained in:
parent
726711c688
commit
982aaee891
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ func ValidateAggregator(doc interface{}) ([]string, error) {
|
|||
return compiledAggregatorSchema.validate(doc)
|
||||
}
|
||||
|
||||
// ValidateROLIE validates the ROLIE feed against the JSON schema
|
||||
// of ROLIE
|
||||
func ValidateROLIE(doc interface{}) ([]string, error) {
|
||||
return compiledRolieSchema.validate(doc)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue