Documentation
¶
Index ¶
- func CreateProject(repositorySha string, baseUrl string, projectName string, namespaceID int, ...) *gitlab.Project
- func FetchOwnerRepos(repoSha, baseURL, groupName string, gitlabOwned bool, ...) []*gitlab.Project
- func GetProjectNamespace(repositorySha string, baseUrl string, projectNameFullPath string) (*gitlab.Namespace, string)
- func ProjectExists(repositorySha string, baseUrl string, projectName string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateProject ¶
func CreateProject( repositorySha string, baseUrl string, projectName string, namespaceID int, mirrorVisibilityMode string, sourceURL string, ) *gitlab.Project
CreateProject - Create new code repository
func FetchOwnerRepos ¶
func FetchOwnerRepos( repoSha, baseURL, groupName string, gitlabOwned bool, gitlabVisibility, gitlabMinAccessLevel string, ) []*gitlab.Project
FetchOwnerRepos - fetches all repositories for the specified gitlab path
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.