Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-28 20:56:11 +01:00
forgejo/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