Loading types.go +1 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,7 @@ const ( NoOneProjectCreation ProjectCreationLevelValue = "noone" MaintainerProjectCreation ProjectCreationLevelValue = "maintainer" DeveloperProjectCreation ProjectCreationLevelValue = "developer" OwnerProjectCreation ProjectCreationLevelValue = "owner" ) // ProjectCreationLevel is a helper routine that allocates a new ProjectCreationLevelValue Loading users.go +0 −1 Original line number Diff line number Diff line Loading @@ -1553,7 +1553,6 @@ func (s *UsersService) CreateUserRunner(opts *CreateUserRunnerOptions, options . return r, resp, nil } // CreateServiceAccountUserOptions represents the available CreateServiceAccountUser() options. // // GitLab API docs: https://docs.gitlab.com/ee/api/user_service_accounts.html#create-a-service-account-user Loading Loading
types.go +1 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,7 @@ const ( NoOneProjectCreation ProjectCreationLevelValue = "noone" MaintainerProjectCreation ProjectCreationLevelValue = "maintainer" DeveloperProjectCreation ProjectCreationLevelValue = "developer" OwnerProjectCreation ProjectCreationLevelValue = "owner" ) // ProjectCreationLevel is a helper routine that allocates a new ProjectCreationLevelValue Loading
users.go +0 −1 Original line number Diff line number Diff line Loading @@ -1553,7 +1553,6 @@ func (s *UsersService) CreateUserRunner(opts *CreateUserRunnerOptions, options . return r, resp, nil } // CreateServiceAccountUserOptions represents the available CreateServiceAccountUser() options. // // GitLab API docs: https://docs.gitlab.com/ee/api/user_service_accounts.html#create-a-service-account-user Loading