1.4.5.2
This commit is contained in:
8
EdgeCommon/pkg/rpc/dao/base_dao.go
Normal file
8
EdgeCommon/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