File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,14 @@ package nextgen
1111
1212// This contains details of Gitlab connectors
1313type GitlabConnector struct {
14- Url string `json:"url"`
15- ValidationRepo string `json:"validationRepo,omitempty"`
16- Authentication * GitlabAuthentication `json:"authentication"`
17- ApiAccess * GitlabApiAccess `json:"apiAccess,omitempty"`
18- DelegateSelectors []string `json:"delegateSelectors,omitempty"`
19- Type_ GitConnectorType `json:"type"`
14+ Url string `json:"url"`
15+ ValidationRepo string `json:"validationRepo,omitempty"`
16+ Authentication * GitlabAuthentication `json:"authentication"`
17+ ApiAccess * GitlabApiAccess `json:"apiAccess,omitempty"`
18+ DelegateSelectors []string `json:"delegateSelectors,omitempty"`
19+ ExecuteOnDelegate bool `json:"executeOnDelegate"`
20+ Proxy bool `json:"proxy"`
21+ IgnoreTestConnection bool `json:"ignoreTestConnection"`
22+ Type_ string `json:"type"`
23+ ConnectorType string `json:"connectorType"`
2024}
You can’t perform that action at this time.
0 commit comments