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.
Click to show internal directories.
Click to hide internal directories.