package constant const ( Running = "Running" UnHealthy = "UnHealthy" Error = "Error" Stopped = "Stopped" Installing = "Installing" ) const ( ContainerPrefix = "1Panel-" )