Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReposIndex ¶
Get all repos from database GET /repos
{ "repos": [ {"id": "github:GithubRepo:384111310", "name": "merico-dev/lake", ...} ], "count": 5 }
@Summary Get all repos from database @Description Get all repos from database @Tags framework/domainlayer @Accept application/json @Success 200 {object} gin.H "{"repos": repos, "count": count}" @Failure 400 {string} errcode.Error "Bad Request" @Failure 500 {string} errcode.Error "Internel Error" @Router /domainlayer/repos [get]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.