golang.org/x/pkgsite/cmd/prober.Probe.Name (field)

28 uses

	golang.org/x/pkgsite/cmd/prober (current package)
		main.go#L40: 	Name string
		main.go#L52: 		Name:        "home",
		main.go#L56: 		Name:        "search-help",
		main.go#L60: 		Name:        "license-policy",
		main.go#L64: 		Name:        "pkg-firestore",
		main.go#L68: 		Name:        "pkg-firestore-nocache",
		main.go#L73: 		Name:        "pkg-firestore-versions",
		main.go#L77: 		Name:        "pkg-firestore-versions-nocache",
		main.go#L82: 		Name:        "pkg-firestore-imports",
		main.go#L86: 		Name:        "pkg-firestore-imports-nocache",
		main.go#L91: 		Name:        "pkg-firestore-importedby",
		main.go#L95: 		Name:        "pkg-firestore-importedby-nocache",
		main.go#L100: 		Name:        "pkg-firestore-licenses",
		main.go#L104: 		Name:        "pkg-firestore-licenses-nocache",
		main.go#L109: 		Name:        "pkg-errors-importedby",
		main.go#L113: 		Name:        "pkg-errors-importedby-nocache",
		main.go#L118: 		Name:        "pkg-hortonworks-versions",
		main.go#L123: 		Name:        "pkg-xtoolsgo-directory",
		main.go#L128: 		Name:        "xtools-nocache",
		main.go#L133: 		Name:        "xtools-versions-nocache",
		main.go#L138: 		Name:        "xtools-licenses-nocache",
		main.go#L143: 		Name:        "search-github",
		main.go#L147: 		Name:        "search-github-nocache",
		main.go#L157: 		if names[p.Name] {
		main.go#L158: 			log.Fatalf(context.Background(), "duplicate probe name %q", p.Name)
		main.go#L160: 		names[p.Name] = true
		main.go#L334: 	log.Infof(ctx, "running %s = %s", p.Name, url)
		main.go#L359: 			tag.Upsert(keyName, p.Name),