diff --git a/modules/forgefed/actor.go b/modules/forgefed/actor.go index 7a8c2e923d..8c6621ee36 100644 --- a/modules/forgefed/actor.go +++ b/modules/forgefed/actor.go @@ -125,6 +125,7 @@ type RepositoryID struct { } // Factory function for RepositoryID. Created struct is asserted to be valid. +// ToDo: Add a NewForeignRepositoryID func NewRepositoryID(uri, source string, isFollowing bool) (RepositoryID, error) { if isFollowing {