Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitLabUtil ¶
type GitLabUtil struct {
Url string
Token string
ProjectId int
// contains filtered or unexported fields
}
func NewGitLabUtil ¶
func NewGitLabUtil(options *GitlabOptions) *GitLabUtil
func (*GitLabUtil) GetRemoteAddress ¶
func (g *GitLabUtil) GetRemoteAddress() string
func (*GitLabUtil) GetRemoteVariables ¶
func (g *GitLabUtil) GetRemoteVariables() (map[string]string, error)
type GitlabOptions ¶
Click to show internal directories.
Click to hide internal directories.