usecase

package
v0.0.0-...-8f56db8 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PingdomChecksTagsByIDStoreKeyPrefix            = "monitoror.pingdom.checksTagsById.store"
	PingdomChecksStoreKeyPrefix                    = "monitoror.pingdom.checks.store"
	PingdomCheckStoreKeyPrefix                     = "monitoror.pingdom.check.store"
	PingdomTransactionChecksTagsByIDStoreKeyPrefix = "monitoror.pingdom.transactionChecksTagsById.store"
	PingdomTransactionChecksStoreKeyPrefix         = "monitoror.pingdom.transactionChecks.store"
	PingdomTransactionCheckStoreKeyPrefix          = "monitoror.pingdom.transactionCheck.store"

	UpCheckStatus     = "up"
	DownCheckStatus   = "down"
	PausedCheckStatus = "paused"

	SuccessfulTransactionCheckStatus = "successful"
	FailingTransactionCheckStatus    = "failing"
	UnknownTransactionCheckStatus    = "unknown"
)

Variables

This section is empty.

Functions

func NewPingdomUsecase

func NewPingdomUsecase(repository api.Repository, store cache.Store, cacheExpiration int) api.Usecase

Types

This section is empty.

Jump to

Keyboard shortcuts

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