|
@@ -1917,7 +1917,7 @@ func getRepositoryByOwnerAndName(e Engine, ownerName, repoName string) (*Reposit |
|
|
|
|
|
|
|
|
// GetRepositoryByOwnerAndAlias returns the repository by given ownername and reponame. |
|
|
// GetRepositoryByOwnerAndAlias returns the repository by given ownername and reponame. |
|
|
func GetRepositoryByOwnerAndAlias(ownerName, alias string) (*Repository, error) { |
|
|
func GetRepositoryByOwnerAndAlias(ownerName, alias string) (*Repository, error) { |
|
|
return getRepositoryByOwnerAndName(x, ownerName, alias) |
|
|
|
|
|
|
|
|
return getRepositoryByOwnerAndAlias(x, ownerName, alias) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
func getRepositoryByOwnerAndAlias(e Engine, ownerName, alias string) (*Repository, error) { |
|
|
func getRepositoryByOwnerAndAlias(e Engine, ownerName, alias string) (*Repository, error) { |
|
|