Documentation
¶
Overview ¶
Package cron implements handlers for appengine cron targets in this app.
All actual logic related to fleet management should be implemented in the main fleet API. These handlers should only encapsulate the following bits of logic: - Calling other API as the appengine service account user. - Translating luci-config driven admin task parameters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallHandlers ¶
func InstallHandlers(r *router.Router, mwBase router.MiddlewareChain)
InstallHandlers installs handlers for cron jobs that are part of this app.
All handlers serve paths under /internal/cron/* These handlers can only be called by appengine's cron service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.