golang.org/x/pkgsite/internal/config.Config.LocationID (field)

6 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L125: 	ProjectID, ServiceID, VersionID, ZoneID, InstanceID, LocationID string
		config.go#L360: 		LocationID: GetEnv("GO_DISCOVERY_GAE_LOCATION_ID", "us-central1"),

	golang.org/x/pkgsite/internal/dcensus
		dcensus.go#L167: 			"location":   cfg.LocationID,

	golang.org/x/pkgsite/internal/queue
		queue.go#L90: 	if cfg.LocationID == "" {
		queue.go#L104: 		queueName: fmt.Sprintf("projects/%s/locations/%s/queues/%s", cfg.ProjectID, cfg.LocationID, queueID),

	golang.org/x/pkgsite/internal/worker
		pages.go#L111: 		LocationID:     s.cfg.LocationID,