CloneLink returns clone URLs of repository. Deprecated: Use repoutil.NewCloneLink instead.
()
| 761 | // |
| 762 | // Deprecated: Use repoutil.NewCloneLink instead. |
| 763 | func (r *Repository) CloneLink() (cl *repoutil.CloneLink) { |
| 764 | return r.cloneLink(false) |
| 765 | } |
| 766 | |
| 767 | type MigrateRepoOptions struct { |
| 768 | Name string |
no test coverage detected