mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package dao
 | 
						|
 | 
						|
type BaseDAO struct {
 | 
						|
}
 | 
						|
 | 
						|
func (this *BaseDAO) RPC() RPCClient {
 | 
						|
	return sharedRPCClient
 | 
						|
}
 |