Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group struct {
// ID is the group identifier
ID int
// Name is the group name
Name string
// Description is the group description
Description string
// Path is the group path
Path string
// WebURL is the group web url
WebURL string
}
Group struct is a struct to represent a Gitlab group
type Project ¶
type Project struct {
// ID is the project identifier
ID int
// Name is the project name
Name string
// Description is the project description
Description string
// Path is the project path
Path string
// Sshurl is the project ssh url
Sshurl string
// Httpurl is the project http url
Httpurl string
// DefaultBranch is the project default branch
DefaultBranch string
}
Project struct is a struct to represent a Gitlab project
func NewProject ¶
NewProject creates a new Project instance
Click to show internal directories.
Click to hide internal directories.