Searched defs:LicenseType (Results 1 – 4 of 4) sorted by relevance
21 type LicenseType struct { struct22 Filename string23 Name string24 Confidence float6425 Offset int26 Extent int
28 type LicenseType struct { struct29 Filename string30 Name string31 MatchType string32 Variant string33 Confidence float6434 StartLine int35 EndLine int
378 func LicenseType(name string) string { func
397 …LicenseType []string `protobuf:"bytes,1,rep,name=license_type,json=licenseType" json:"license_type… member