Remove unused variables
This commit is contained in:
		
							parent
							
								
									b44bf1dd3f
								
							
						
					
					
						commit
						8c052c5e79
					
				|  | @ -17,14 +17,8 @@ import ( | |||
| ) | ||||
| 
 | ||||
| var ( | ||||
| 	True   = true | ||||
| 	False  = false | ||||
| 	logger = logrus.New().WithField("test", "cluster") | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
| 	superUserName       = "postgres" | ||||
| 	replicationUserName = "standby" | ||||
| 	True  = true | ||||
| 	False = false | ||||
| ) | ||||
| 
 | ||||
| var mockTeamsAPI mockTeamsAPIClient | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue