template-monorepo/internal/config/config.go

11 lines
158 B
Go
Raw Normal View History

2026-05-19 11:00:28 +00:00
// Code scaffolded by goctl. Safe to edit.
// goctl 1.10.1
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}