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,
 |
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. |