app-cloudep-portal-api-gateway/internal/config/config.go

8 lines
98 B
Go
Raw Normal View History

2024-08-25 07:08:49 +00:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}