fusenapi/home-user-auth/internal/config/config.go

8 lines
98 B
Go
Raw Normal View History

2023-05-31 10:33:02 +00:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}