package webserver // Type Web 服务器类型 type Type string const ( TypeNginx Type = "nginx" TypeApache Type = "apache" )