mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
Add ToDo
This commit is contained in:
parent
fa5806cecf
commit
26612aa75b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue