constant

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EventboxDir = "/eventbox"
	MessageDir  = filepath.Join(EventboxDir, "messages")

	// schemon input
	// ScheMonServiceLockKey  = filepath.Join(EventboxDir, "schemonservicelock")
	// ScheMonServiceWatchDir = filepath.Join("/dice/service")
	// ScheMonServiceQueryURL = "/v1/notify/runtime/%s/%s" // /v1/notify/runtime/<namespace>/<name>
	ScheMonJobLockKey  = filepath.Join(EventboxDir, "schemonjoblock")
	ScheMonJobWatchDir = filepath.Join("/dice/job/")
	ScheMonJobQueryURL = "/v1/notify/job/%s/%s" // /v1/notify/job/<namespace>/<name>

	// register
	RegisterDir      = filepath.Join(EventboxDir, "register")
	RegisterLabelKey = "/REGISTERED_LABEL"

	// webhook
	WebhookLabelKey = "/WEBHOOK"
	WebhookDir      = filepath.Join(EventboxDir, "webhook")
)

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