Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitlabProjectLister ¶
type GitlabProjectLister interface {
ListProjects(opt *gitlab.ListProjectsOptions, options ...gitlab.RequestOptionFunc) ([]*gitlab.Project, *gitlab.Response, error)
}
GitlabProjectLister interface
type GitlabProjectRepository ¶
type GitlabProjectRepository struct {
// contains filtered or unexported fields
}
GitlabProjectRepository struct allows to interact with gitlab projects
func NewGitlabProjectRepository ¶
func NewGitlabProjectRepository(project GitlabProjectLister, perPage int) *GitlabProjectRepository
NewGitlabProjectRepository returns a new GitlabProjectRepository
Click to show internal directories.
Click to hide internal directories.