gitlab

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 5 Imported by: 0

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

type GitlabOptions struct {
	Url       string
	Token     string
	ProjectId int
}

type Variable

type Variable struct {
	Key   string `json:"key"`
	Value string `json:"value"`
}

Jump to

Keyboard shortcuts

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