package constant

const (
	Running    = "Running"
	UnHealthy  = "UnHealthy"
	Error      = "Error"
	Stopped    = "Stopped"
	Installing = "Installing"
)

const (
	ContainerPrefix = "1Panel-"
)

const (
	AppNormal   = "Normal"
	AppTakeDown = "TakeDown"
)