Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CronScriptChecksumRequestChannel is the NATS channel to make checksum requests to. CronScriptChecksumRequestChannel = "GetCronScriptsCheckSumRequest" // CronScriptChecksumResponseChannel is the NATS channel that checksum responses are published to. CronScriptChecksumResponseChannel = "GetCronScriptsCheckSumResponse" // GetCronScriptsRequestChannel is the NATS channel script requests are sent to. GetCronScriptsRequestChannel = "GetCronScriptsRequest" // GetCronScriptsResponseChannel is the NATS channel that script responses are published to. GetCronScriptsResponseChannel = "GetCronScriptsResponse" // CronScriptUpdatesChannel is the NATS channel that any cron script updates are published to. CronScriptUpdatesChannel = "CronScriptsUpdates" // CronScriptUpdatesResponseChannel is the NATS channel that script updates are published to. CronScriptUpdatesResponseChannel = "CronScriptsUpdatesResponse" // VizierMetricsChannel is the NATS channel on the cloud side that Vizier metrics are published to. VizierMetricsChannel = "VZMetrics" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.