app-cloudep-comment-server/internal/config/config.go

8 lines
103 B
Go
Raw Permalink Normal View History

2025-01-15 05:17:30 +00:00
package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
zrpc.RpcServerConf
}