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,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |