mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:52:25 -05:00 
			
		
		
		
	[chore] de-interface{} the federator and dereferencer structs (#2285)
* de-interface{} the federator and dereferencer structs
* fix broken type signatures
	
	
This commit is contained in:
		
					parent
					
						
							
								3dcc94940d
							
						
					
				
			
			
				commit
				
					
						69ba9a79a1
					
				
			
		
					 55 changed files with 151 additions and 199 deletions
				
			
		|  | @ -47,7 +47,7 @@ type AdminStandardTestSuite struct { | |||
| 	oauthServer         oauth.Server | ||||
| 	fromClientAPIChan   chan messages.FromClientAPI | ||||
| 	transportController transport.Controller | ||||
| 	federator           federation.Federator | ||||
| 	federator           *federation.Federator | ||||
| 	emailSender         email.Sender | ||||
| 	sentEmails          map[string]string | ||||
| 	processor           *processing.Processor | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue