add admin names api
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 23s
CI / docker-product (push) Successful in 16s
CI / docker-admin (push) Successful in 3m30s

This commit is contained in:
2026-08-14 17:11:00 +08:00
parent 867cee46bb
commit 1fd6c5bb23
11 changed files with 225 additions and 62 deletions
+7
View File
@@ -0,0 +1,7 @@
package config
import "github.com/zeromicro/go-zero/zrpc"
type Config struct {
zrpc.RpcServerConf
}