mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Add ToDo
This commit is contained in:
parent
fa5806cecf
commit
26612aa75b
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ type RepositoryID struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Factory function for RepositoryID. Created struct is asserted to be valid.
|
// Factory function for RepositoryID. Created struct is asserted to be valid.
|
||||||
|
// ToDo: Add a NewForeignRepositoryID
|
||||||
func NewRepositoryID(uri, source string, isFollowing bool) (RepositoryID, error) {
|
func NewRepositoryID(uri, source string, isFollowing bool) (RepositoryID, error) {
|
||||||
|
|
||||||
if isFollowing {
|
if isFollowing {
|
||||||
|
|
Loading…
Reference in a new issue