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

8 lines
98 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}