1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00
1Panel/backend/constant/website.go
2022-12-12 15:58:40 +08:00

23 lines
286 B
Go

package constant
const (
WebRunning = "Running"
WebStopped = "Stopped"
)
const (
DateLayout = "2006-01-02"
DefaultDate = "1970-01-01"
)
const (
ProtocolHTTP = "HTTP"
ProtocolHTTPS = "HTTPS"
)
const (
Deployment = "deployment"
Static = "static"
Proxy = "proxy"
)