Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 09:54:24 +01:00
This commit is contained in:
erik 2024-05-28 15:37:53 +02:00
parent fa5806cecf
commit 26612aa75b

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 {