package gin // GIN 配置 type Config struct { RootPath string Addr string Port int Ssl bool SslPem string SslKey string }