mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			Go
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			200 B
		
	
	
	
		
			Go
		
	
	
	
| 
								 | 
							
								package serverlock
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type ServerLockExistsError struct {
							 | 
						||
| 
								 | 
							
									actionName string
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								func (e *ServerLockExistsError) Error() string {
							 | 
						||
| 
								 | 
							
									return "there is already a lock for this actionName: " + e.actionName
							 | 
						||
| 
								 | 
							
								}
							 |