Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Implementations ¶
type Implementations struct { Storage storage.Storage // the intermediate storage Coordinator logdog.ServicesClient // the bundling coordinator client }
Implementations contains some preconfigured Logdog subsystem clients.
type MainCfg ¶
type MainCfg struct { // The AppProfile for the global BigTable client for this service. // // If empty, the default application profile will be used. BigTableAppProfile string }
MainCfg are global configuration options for `Main`.
The settings here are tied to the code-to-be-executed, rather than the the execution environment for the code.
Click to show internal directories.
Click to hide internal directories.