demo-1/gin/config.go

12 lines
147 B
Go

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