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" )