gitlab

package
v0.0.0-...-e9e6038 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientWrapper

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

ClientWrapper for gitlab api client

var GitLabClient *ClientWrapper

GitLabClient for gitlab api client

func NewGitLabClient

func NewGitLabClient(token string, baseURL string) *ClientWrapper

NewGitLabClient for git client

func (*ClientWrapper) ListGitlabGroupProjects

func (gc *ClientWrapper) ListGitlabGroupProjects(gid int) []*gitlab.Project

ListGitlabGroupProjects for group projects

func (*ClientWrapper) ListGitlabGroups

func (gc *ClientWrapper) ListGitlabGroups() []*gitlab.Group

ListGitlabGroups for groups

func (*ClientWrapper) ListGitlabProjectCommits

func (gc *ClientWrapper) ListGitlabProjectCommits(pid int) []*gitlab.Commit

ListGitlabProjectCommits for project commit

func (*ClientWrapper) ListGitlabProjectTags

func (gc *ClientWrapper) ListGitlabProjectTags(pid int) []*gitlab.Tag

ListGitlabProjectTags for project tags

func (*ClientWrapper) ListGitlabProjects

func (gc *ClientWrapper) ListGitlabProjects() []*gitlab.Project

ListGitlabProjects list all projects

func (*ClientWrapper) SetBaseURL

func (gc *ClientWrapper) SetBaseURL(baseURL string)

SetBaseURL set gitlab api base url

Jump to

Keyboard shortcuts

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