Documentation ¶
Index ¶
- type GitIntegrationController
- func (controller *GitIntegrationController) Authenticate() gin.HandlerFunc
- func (controller *GitIntegrationController) Callback() gin.HandlerFunc
- func (controller *GitIntegrationController) ExportProject(mService marketplaceService.MarketplaceService, ...) gin.HandlerFunc
- func (controller *GitIntegrationController) ImportProject(mService marketplaceService.MarketplaceService, ...) gin.HandlerFunc
- func (controller *GitIntegrationController) ListBranches() gin.HandlerFunc
- func (controller *GitIntegrationController) ListIntegrations() gin.HandlerFunc
- func (controller *GitIntegrationController) ListRepositories() gin.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitIntegrationController ¶
type GitIntegrationController struct {
Service gitIntegrationService.GitIntegrationService
}
func (*GitIntegrationController) Authenticate ¶
func (controller *GitIntegrationController) Authenticate() gin.HandlerFunc
func (*GitIntegrationController) Callback ¶
func (controller *GitIntegrationController) Callback() gin.HandlerFunc
func (*GitIntegrationController) ExportProject ¶
func (controller *GitIntegrationController) ExportProject(mService marketplaceService.MarketplaceService, pService projectService.ProjectService, dbService databaseService.DatabaseService, cService crudService.CrudService) gin.HandlerFunc
func (*GitIntegrationController) ImportProject ¶
func (controller *GitIntegrationController) ImportProject(mService marketplaceService.MarketplaceService, pService projectService.ProjectService, dbService databaseService.DatabaseService, cService crudService.CrudService, ubService uibuilderService.UIbuilderService) gin.HandlerFunc
func (*GitIntegrationController) ListBranches ¶
func (controller *GitIntegrationController) ListBranches() gin.HandlerFunc
func (*GitIntegrationController) ListIntegrations ¶
func (controller *GitIntegrationController) ListIntegrations() gin.HandlerFunc
func (*GitIntegrationController) ListRepositories ¶
func (controller *GitIntegrationController) ListRepositories() gin.HandlerFunc
Click to show internal directories.
Click to hide internal directories.