mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
Import topics during migration (#7851)
* add GetTopics interface * CreateTopics * remove un-needed comment
This commit is contained in:
committed by
Lunny Xiao
parent
99a004c343
commit
46d6b92ad0
@ -9,6 +9,7 @@ package base
|
||||
type Uploader interface {
|
||||
MaxBatchInsertSize(tp string) int
|
||||
CreateRepo(repo *Repository, opts MigrateOptions) error
|
||||
CreateTopics(topic ...string) error
|
||||
CreateMilestones(milestones ...*Milestone) error
|
||||
CreateReleases(releases ...*Release) error
|
||||
CreateLabels(labels ...*Label) error
|
||||
|
Reference in New Issue
Block a user