| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -102,6 +102,7 @@ type SiteService interface { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						GetBalanceType(in *Request, out *Response) error | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						GetAllSite(in *Request, out *Response) error | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						GetSiteInfoByHost(in *Request, out *Response) error | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						GetAllConfig(in *Request, out *Response) error | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					// AcceptSiteServiceClient accepts connections on the listener and serves requests
 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -185,6 +186,9 @@ func (c *SiteServiceClient) GetAllSite(in *Request, out *Response) error { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					func (c *SiteServiceClient) GetSiteInfoByHost(in *Request, out *Response) error { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						return c.Call("SiteService.GetSiteInfoByHost", in, out) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					func (c *SiteServiceClient) GetAllConfig(in *Request, out *Response) error { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						return c.Call("SiteService.GetAllConfig", in, out) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					// DialSiteService connects to an SiteService at the specified network address.
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					func DialSiteService(network, addr string) (*SiteServiceClient, *rpc.Client, error) { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |