mirror of
https://github.com/safedep/vet.git
synced 2025-12-10 13:43:01 -06:00
9 lines
139 B
Go
9 lines
139 B
Go
package reporter
|
|
|
|
type ToolMetadata struct {
|
|
Name string
|
|
Version string
|
|
InformationURI string
|
|
VendorName string
|
|
}
|