golang.org/x/pkgsite/internal/postgres.dbPath.licenseTypes (field)

2 uses

	golang.org/x/pkgsite/internal/postgres (current package)
		unit.go#L580: 	licenseTypes    []string
		unit.go#L614: 		if err := rows.Scan(&p.id, &p.path, &p.moduleID, &p.name, pq.Array(&p.licenseTypes),