golang.org/x/pkgsite/internal/worker.Server.cfg (field)
15 uses
golang.org/x/pkgsite/internal/worker (current package)
pages.go#L76: if s.cfg.OnGKE() {
pages.go#L77: env := s.cfg.DeploymentEnvironment()
pages.go#L85: s.cfg.ProjectID
pages.go#L87: logsURL = `https://cloud.google.com/console/logs/viewer?resource=gae_app%2Fmodule_id%2F` + s.cfg.ServiceID + `&project=` +
pages.go#L88: s.cfg.ProjectID
pages.go#L108: Config: s.cfg,
pages.go#L109: Env: env(s.cfg),
pages.go#L110: ResourcePrefix: strings.ToLower(env(s.cfg)) + "-",
pages.go#L111: LocationID: s.cfg.LocationID,
pages.go#L200: Config: s.cfg,
pages.go#L201: Env: env(s.cfg),
pages.go#L202: ResourcePrefix: strings.ToLower(env(s.cfg)) + "-",
server.go#L43: cfg *config.Config
server.go#L97: cfg: cfg,
server.go#L312: code, resolvedVersion, err := f.FetchAndUpdateState(ctx, modulePath, requestedVersion, s.cfg.AppVersionLabel())
 |
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. |