fusenapi/home-user-auth/internal/config/config.go
2023-05-31 18:33:02 +08:00

8 lines
98 B
Go

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