site

package
v0.0.0-...-ef6e7ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL