gitea/modules/migrations/base/options.go

12 lines
384 B
Go
Raw Normal View History

// 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
2019-10-13 15:23:14 +02:00
import "code.gitea.io/gitea/modules/structs"
2019-10-13 15:23:14 +02:00
// MigrateOptions defines the way a repository gets migrated
type MigrateOptions = structs.MigrateRepoOption