Documentation
¶
Overview ¶
Package site contains site local constants for the qscheduler tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAuthOptions auth.Options
DefaultAuthOptions is an auth.Options struct prefilled with chrome-infra defaults.
View Source
var DefaultPRPCOptions *prpc.Options
DefaultPRPCOptions is used for PRPC clients. If it is nil, the default value is used. See prpc.Options for details.
This is provided so it can be overridden for testing.
View Source
var Dev = Environment{
QSchedulerHost: "qscheduler-dev.chromium.org",
}
Dev is the environment for dev.
View Source
var Prod = Environment{
QSchedulerHost: "qscheduler-prod.chromium.org",
}
Prod is the environment for prod.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
QSchedulerHost string
}
Environment contains environment specific values.
Click to show internal directories.
Click to hide internal directories.