use logx
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15m24s

This commit is contained in:
2025-06-06 23:12:49 +08:00
parent b1934579c0
commit 9fa26bc026
3 changed files with 17 additions and 4 deletions

View File

@ -1,6 +1,8 @@
package config
import "github.com/zeromicro/go-zero/zrpc"
import (
"github.com/zeromicro/go-zero/zrpc"
)
type Config struct {
zrpc.RpcServerConf