summaryrefslogtreecommitdiffstats
path: root/modules/migrations/base/options.go
blob: 2d180b61d955ab7b12703607f7fde84bb24ff2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// 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