mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	upgrade levelqueue to 0.1.0 (#9192)
This commit is contained in:
		
							
								
								
									
										12
									
								
								vendor/gitea.com/lunny/levelqueue/error.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								vendor/gitea.com/lunny/levelqueue/error.go
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| // Copyright 2019 Lunny Xiao. All rights reserved. | ||||
| // Use of this source code is governed by a MIT-style | ||||
| // license that can be found in the LICENSE file. | ||||
|  | ||||
| package levelqueue | ||||
|  | ||||
| import "errors" | ||||
|  | ||||
| var ( | ||||
| 	// ErrNotFound means no element in queue | ||||
| 	ErrNotFound = errors.New("no key found") | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user