12 lines
		
	
	
		
			384 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			384 B
		
	
	
	
		
			Go
		
	
	
	
| // Copyright 2019 The Gitea Authors. All rights reserved.
 | |
| // Copyright 2018 Jonas Franz. All rights reserved.
 | |
| // Use of this source code is governed by a MIT-style
 | |
| // license that can be found in the LICENSE file.
 | |
| 
 | |
| package base
 | |
| 
 | |
| import "code.gitea.io/gitea/modules/structs"
 | |
| 
 | |
| // MigrateOptions defines the way a repository gets migrated
 | |
| type MigrateOptions = structs.MigrateRepoOption
 |