constants

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package constants contains the canonical string values for constants that are persisted in the database.

Index

Constants

View Source
const (
	// System status
	Installing    = "INSTALLING"
	InstallFailed = "INSTALL_FAILED"
	Active        = "ACTIVE"
	Updating      = "UPDATING"
	UpdateFailed  = "UPDATE_FAILED"

	// Feed update status
	StatusRunning = "RUNNING"
	StatusSuccess = "SUCCESS"
	StatusFailure = "FAILURE"

	// Feed update result
	ResultUpdated           = "UPDATED"
	ResultNotNeeded         = "NOT_NEEDED"
	ResultParseError        = "PARSE_ERROR"
	ResultDownloadError     = "DOWNLOAD_ERROR"
	ResultInvalidParser     = "INVALID_PARSER"
	ResultInvalidFeedConfig = "INVALID_FEED_CONFIG"
	ResultEmptyFeed         = "EMPTY_FEED"
	ResultUpdateError       = "UPDATE_ERROR"
	ResultInternalError     = "INTERNAL_ERROR"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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