diff --git a/doc/advanced/migrations.en-us.md b/doc/advanced/migrations.en-us.md index 7db9cad8..2511f7af 100644 --- a/doc/advanced/migrations.en-us.md +++ b/doc/advanced/migrations.en-us.md @@ -34,6 +34,7 @@ create a Downloader. ```Go type Downloader interface { GetRepoInfo() (*Repository, error) + GetTopics() ([]string, error) GetMilestones() ([]*Milestone, error) GetReleases() ([]*Release, error) GetLabels() ([]*Label, error)