Documentation ¶
Index ¶
Constants ¶
View Source
const ( // 1. FetchUpdate OUT_OF_DATE = "out-of-date" READY_TO_UPDATE = "ready-to-update" UP_TO_DATE = "up-to-date" // 2. Install FETCHING = "fetching" DOWNLOADING = "downloading" DECOMPRESS = "decompressing" INSTALLING = "installing" RESTARTING = "restarting" MIGRATION = "migration" OTHER = "other" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type STATUS_MSG ¶
type STATUS_MSG string
type TriggerType ¶
type TriggerType string
const ( HTTP_REQUEST TriggerType = "http-request-trigger" CRON_JOB TriggerType = "cron-job-trigger" INSTALL TriggerType = "install-trigger" )
Click to show internal directories.
Click to hide internal directories.