golang.org/x/pkgsite/internal/config.Config.ProjectID (field)
15 uses
golang.org/x/pkgsite/internal/config (current package)
config.go#L125: ProjectID, ServiceID, VersionID, ZoneID, InstanceID, LocationID string
config.go#L349: ProjectID: os.Getenv("GOOGLE_CLOUD_PROJECT"),
config.go#L421: "project_id": cfg.ProjectID,
config.go#L431: "project_id": cfg.ProjectID,
config.go#L445: Labels: map[string]string{"project_id": cfg.ProjectID},
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L121: if cfg.ProjectID == "" {
dcensus.go#L142: ProjectID: cfg.ProjectID,
dcensus.go#L166: "project_id": cfg.ProjectID,
dcensus.go#L177: ProjectID: cfg.ProjectID,
golang.org/x/pkgsite/internal/log
log.go#L150: client, err := logging.NewClient(ctx, cfg.ProjectID)
golang.org/x/pkgsite/internal/queue
queue.go#L87: if cfg.ProjectID == "" {
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#L85: s.cfg.ProjectID
pages.go#L88: s.cfg.ProjectID
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L44: reporter, err := errorreporting.NewClient(ctx, cfg.ProjectID, errorreporting.Config{
 |
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. |