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