types

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// 1. FetchUpdate
	OUT_OF_DATE     STATUS_MSG = "out-of-date"
	READY_TO_UPDATE STATUS_MSG = "ready-to-update"
	UP_TO_DATE      STATUS_MSG = "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 ContextType

type ContextType string
const (
	Trigger ContextType = "trigger_type"
)

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"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL