remove unused go application score
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Run Check Script / check (pull_request) Successful in 1m56s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Run Check Script / check (pull_request) Successful in 1m56s
				
			This commit is contained in:
		
							parent
							
								
									2c90d50168
								
							
						
					
					
						commit
						b621a92c82
					
				| @ -13,24 +13,6 @@ use crate::{ | |||||||
|     topology::Topology, |     topology::Topology, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
| #[derive(Clone, Serialize, Debug)] |  | ||||||
| pub struct GoApplicationConfig {} |  | ||||||
| 
 |  | ||||||
| #[derive(Clone, Serialize, Debug)] |  | ||||||
| pub struct GoApplicationScore { |  | ||||||
|     pub config: GoApplicationConfig, |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| impl<T: Topology> Score<T> for GoApplicationScore { |  | ||||||
|     fn create_interpret(&self) -> Box<dyn crate::interpret::Interpret<T>> { |  | ||||||
|         todo!() |  | ||||||
|     } |  | ||||||
| 
 |  | ||||||
|     fn name(&self) -> String { |  | ||||||
|         todo!() |  | ||||||
|     } |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| #[derive(Debug)] | #[derive(Debug)] | ||||||
| pub struct ApplicationInterpret<T: Topology + std::fmt::Debug> { | pub struct ApplicationInterpret<T: Topology + std::fmt::Debug> { | ||||||
|     features: Vec<Box<dyn ApplicationFeature<T>>>, |     features: Vec<Box<dyn ApplicationFeature<T>>>, | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user