servicemgrtypes

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package servicemgrtypes defines types for servicemgr

Index

Constants

View Source
const (
	// ConstKeyServiceID is key of service id
	ConstKeyServiceID = "ServiceID"

	// ConstKeyServiceName is key of service name
	ConstKeyServiceName = "ServiceName"

	// ConstKeyStatus is key of status
	ConstKeyStatus = "Status"

	// ConstKeyUserArgs is key of user argument
	ConstKeyUserArgs = "UserArgs"

	// ConstKeyNotiTargetURL is key of notification target URL
	ConstKeyNotiTargetURL = "NotificationTargetURL"

	// ConstServiceStatusFailed is service status is failed
	ConstServiceStatusFailed = "Failed"

	// ConstServiceStatusStarted is service status is started
	ConstServiceStatusStarted = "Started"

	// ConstServiceStatusFinished is service status is finished
	ConstServiceStatusFinished = "Finished"

	// ConstServiceFound is service status is found
	ConstServiceFound = "Found"

	// ConstServiceNotFound is service status is not found
	ConstServiceNotFound = "NotFound"

	//ConstServicePort is open port for rest server
	ConstServicePort = 56001
)

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