Files
umbrix-libcore/global/constant.go
Omid The Great a5435e6101 .
2024-01-28 17:38:37 +03:30

16 lines
288 B
Go

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