mirror of
1
Fork 0
This commit is contained in:
erik 2024-05-28 15:37:53 +02:00
parent fa5806cecf
commit 26612aa75b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {