campus-supervision/gin/config.go

12 lines
147 B
Go
Raw Permalink Normal View History

2023-12-29 04:58:20 +00:00
package gin
// GIN 配置
type Config struct {
RootPath string
Addr string
Port int
Ssl bool
SslPem string
SslKey string
}