Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a client to interact with GitLab
func (*Client) GetAndIteratePagination ¶
GetAndIteratePagination iterates the pagination header and returns all resources The parameter "v" must be a pointer to a slice
type Project ¶
type Project struct { ID int64 `json:"id"` Name string `json:"name"` FullPath string `json:"path_with_namespace"` Visibility string `json:"visibility"` RegistryEnabled bool `json:"container_registry_enabled"` }
Project describes a project in Gitlab
type Repository ¶
type Repository struct { ID int64 `json:"id"` Name string `json:"name"` Path string `json:"path"` Location string `json:"location"` }
Repository describes a repository in Gitlab
Click to show internal directories.
Click to hide internal directories.