service

package
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetGroupService

type GetGroupService struct {
	// contains filtered or unexported fields
}

GetGroupService struct

func NewGetGroupService

func NewGetGroupService(gitlab ports.GitlabGroupRepository) (GetGroupService, error)

NewGetGroupService returns a new GetGroupService

func (GetGroupService) Get

func (s GetGroupService) Get(group string) ([]domain.Group, error)

Get returns a list of groups

type GetProjectService

type GetProjectService struct {
	// contains filtered or unexported fields
}

GetProjectService struct

func NewGetProjectService

func NewGetProjectService(gitlab ports.GitlabProjectRepository) (GetProjectService, error)

NewGetProjectService returns a new GetProjectService

func (GetProjectService) Get

func (s GetProjectService) Get(project string) ([]domain.Project, error)

Get returns a list of projects

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL