add: anowflake email kafka, refa: redis connectg

This commit is contained in:
wwweww
2026-02-25 01:16:13 +08:00
parent fdbcde13b2
commit 300058ad01
67 changed files with 3596 additions and 139 deletions
+11
View File
@@ -0,0 +1,11 @@
package snowflakex
import (
"juwan-backend/app/snowflake/rpc/snowflake"
"github.com/zeromicro/go-zero/zrpc"
)
func NewClient(conf zrpc.RpcClientConf) snowflake.SnowflakeServiceClient {
return snowflake.NewSnowflakeServiceClient(zrpc.MustNewClient(conf).Conn())
}