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

10 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L125: 	ProjectID, ServiceID, VersionID, ZoneID, InstanceID, LocationID string
		config.go#L279: 	if c.ServiceID == "" {
		config.go#L282: 	parts := strings.SplitN(c.ServiceID, "-", 2)
		config.go#L295: 	if c.ServiceID == "" {
		config.go#L298: 	parts := strings.SplitN(c.ServiceID, "-", 2)
		config.go#L350: 		ServiceID:          GetEnv("GAE_SERVICE", os.Getenv("GO_DISCOVERY_SERVICE")),
		config.go#L422: 					"module_id":  cfg.ServiceID,

	golang.org/x/pkgsite/internal/dcensus
		dcensus.go#L168: 			"job":        cfg.ServiceID,

	golang.org/x/pkgsite/internal/worker
		pages.go#L87: 		logsURL = `https://cloud.google.com/console/logs/viewer?resource=gae_app%2Fmodule_id%2F` + s.cfg.ServiceID + `&project=` +

	golang.org/x/pkgsite/cmd/internal/cmdconfig
		cmdconfig.go#L45: 		ServiceName: cfg.ServiceID,