Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitClient ¶
type GitClient struct {
// contains filtered or unexported fields
}
func NewGitClient ¶
type GitlabClient ¶
type GitlabClient struct {
// contains filtered or unexported fields
}
func NewGitlabClient ¶
func NewGitlabClient(apiToken string) (*GitlabClient, error)
func (*GitlabClient) GetGroup ¶
func (gc *GitlabClient) GetGroup(groupId int) (*gitlab.Group, error)
func (*GitlabClient) ListProjects ¶
func (gc *GitlabClient) ListProjects(groupId int) ([]*gitlab.Project, error)
func (*GitlabClient) ListSubgroups ¶
func (gc *GitlabClient) ListSubgroups(groupId int) ([]*gitlab.Group, error)
Click to show internal directories.
Click to hide internal directories.