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

4 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L129: 	ServiceAccount string
		config.go#L412: 		cfg.ServiceAccount = sa

	golang.org/x/pkgsite/internal/queue
		queue.go#L96: 	if cfg.ServiceAccount == "" {
		queue.go#L108: 				ServiceAccountEmail: cfg.ServiceAccount,