Retrieve CI data for a given commit (GET /gitcommit)
(ctx echo.Context, params GetGitcommitParams)
| 697 | // Retrieve CI data for a given commit |
| 698 | // (GET /gitcommit) |
| 699 | GetGitcommit(ctx echo.Context, params GetGitcommitParams) error |
| 700 | // Retrieve a summary of git commits |
| 701 | // (GET /gitcommitsummary) |
| 702 | GetGitcommitsummary(ctx echo.Context, params GetGitcommitsummaryParams) error |
no outgoing calls