backend/internal/config/config.go

8 lines
98 B
Go
Raw Normal View History

2025-09-30 16:53:31 +00:00
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}