Documentation
¶
Index ¶
Constants ¶
View Source
const ( SERV_NAME = "UTMStackUpdaterSelf" SERV_LOG = "utmstack_updater_self.log" UPDATER_SERV_NAME = "UTMStackUpdater" UPDATER_SERV_LOCK = "utmstack_updater.lock" Bucket = "https://cdn.utmstack.com/agent_updates/" SERV_LOCK = "utmstack_updater.lock" )
Variables ¶
This section is empty.
Functions ¶
func GetUpdaterBin ¶
func GetUpdaterBin() string
Types ¶
type Environment ¶
type Environment struct {
Branch string `yaml:"branch"`
}
func ReadEnv ¶
func ReadEnv() (*Environment, error)
Click to show internal directories.
Click to hide internal directories.