|  | @@ -12,6 +12,11 @@ import (
 | 
											
												
													
														|  |  type InboundDetourAllocationConfig struct {
 |  |  type InboundDetourAllocationConfig struct {
 | 
											
												
													
														|  |  	StrategyValue    string `json:"strategy"`
 |  |  	StrategyValue    string `json:"strategy"`
 | 
											
												
													
														|  |  	ConcurrencyValue int    `json:"concurrency"`
 |  |  	ConcurrencyValue int    `json:"concurrency"`
 | 
											
												
													
														|  | 
 |  | +	RefreshSec       int    `json:"refresh"`
 | 
											
												
													
														|  | 
 |  | +}
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +func (this *InboundDetourAllocationConfig) Refresh() int {
 | 
											
												
													
														|  | 
 |  | +	return this.RefreshSec
 | 
											
												
													
														|  |  }
 |  |  }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  func (this *InboundDetourAllocationConfig) Strategy() string {
 |  |  func (this *InboundDetourAllocationConfig) Strategy() string {
 |