Files
umbrix-libcore/custom/constant.go
problematicconsumer c887815676 Add service restart
2023-09-10 20:18:33 +03:30

16 lines
286 B
Go

package main
const (
Stopped = "Stopped"
Starting = "Starting"
Started = "Started"
Stopping = "Stopping"
)
const (
EmptyConfiguration = "EmptyConfiguration"
StartCommandServer = "StartCommandServer"
CreateService = "CreateService"
StartService = "StartService"
)