Skip to content

Commit cf0b1f6

Browse files
committed
Remove unused struct
1 parent ef73d4e commit cf0b1f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/migrations/base/downloader.go

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ type Downloader interface {
3434
FormatCloneURL(opts MigrateOptions, remoteAddr string) (string, error)
3535
}
3636

37-
// CommentsDownloader represents an interface which supports get comments without issue number
38-
type CommentsDownloader interface {
39-
GetAllComments(page, perPage int) ([]*Comment, bool, error)
40-
}
41-
4237
// DownloaderFactory defines an interface to match a downloader implementation and create a downloader
4338
type DownloaderFactory interface {
4439
New(ctx context.Context, opts MigrateOptions) (Downloader, error)

0 commit comments

Comments
 (0)