Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListGroupService ¶
type ListGroupService struct {
// contains filtered or unexported fields
}
func NewListGroupService ¶
func NewListGroupService(gitlab ports.GitlabGroupRepository) (ListGroupService, error)
func (ListGroupService) ListProjects ¶
func (s ListGroupService) ListProjects(group string) ([]domain.Project, error)
type ListProjectService ¶
type ListProjectService struct {
// contains filtered or unexported fields
}
func NewListProjectService ¶
func NewListProjectService(gitlab ports.GitlabProjectRepository) (ListProjectService, error)
Click to show internal directories.
Click to hide internal directories.