Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultCLIKarteServer = DevKarteServer
DefaultCLIKarteServer is the default server that the karte command line tool talks to. The Karte commands are *not* exclusively readonly, therefore we should default to talking to the dev instance rather than the prod instance.
TODO(gregorynisbet): Add non readonly commands to karte CLI.
View Source
const DevKarteServer = "chrome-fleet-karte-dev.appspot.com"
DevKarteServer is the dev cloud project for Karte.
View Source
const EventsDatasetName = "events"
EventsDataset is the name of the events dataset in bigquery for Karte.
View Source
const EventsTableName = "events_table"
EventsTable is the name of the events table in the events dataset.
View Source
const ProdKarteServer = "chrome-fleet-karte.appspot.com"
ProdKarteServer is the prod cloud project for Karte.
Variables ¶
View Source
var DefaultAuthOptions auth.Options
DefaultAuthOptions is an auth.Options struct prefilled with chrome-infra defaults.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.