mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-21 18:20:25 +08:00
阶段性提交
This commit is contained in:
8
pkg/rpc/dao/base_dao.go
Normal file
8
pkg/rpc/dao/base_dao.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dao
|
||||
|
||||
type BaseDAO struct {
|
||||
}
|
||||
|
||||
func (this *BaseDAO) RPC() RPCClient {
|
||||
return sharedRPCClient
|
||||
}
|
||||
Reference in New Issue
Block a user