Files
EdgeCommon/pkg/rpc/dao/base_dao.go

9 lines
103 B
Go
Raw Normal View History

2020-12-23 10:30:42 +08:00
package dao
type BaseDAO struct {
}
func (this *BaseDAO) RPC() RPCClient {
return sharedRPCClient
}