1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#[cfg(feature = "AddDeployKey")]
pub mod AddDeployKey;
#[cfg(feature = "AddDeployKeyV2")]
pub mod AddDeployKeyV2;
#[cfg(feature = "AddHooks")]
pub mod AddHooks;
#[cfg(feature = "AddProtectBranchV2")]
pub mod AddProtectBranchV2;
#[cfg(feature = "AddRepoMembers")]
pub mod AddRepoMembers;
#[cfg(feature = "AddSshKey")]
pub mod AddSshKey;
#[cfg(feature = "AddTagV2")]
pub mod AddTagV2;
#[cfg(feature = "AssociateIssues")]
pub mod AssociateIssues;
#[cfg(feature = "CreateCommit")]
pub mod CreateCommit;
#[cfg(feature = "CreateMergeRequestDiscussion")]
pub mod CreateMergeRequestDiscussion;
#[cfg(feature = "CreateMergeRequestDiscussionNote")]
pub mod CreateMergeRequestDiscussionNote;
#[cfg(feature = "CreateNewBranch")]
pub mod CreateNewBranch;
#[cfg(feature = "CreateProjectAndforkRepositories")]
pub mod CreateProjectAndforkRepositories;
#[cfg(feature = "CreateProjectAndRepositories")]
pub mod CreateProjectAndRepositories;
#[cfg(feature = "CreateRepository")]
pub mod CreateRepository;
#[cfg(feature = "DeleteDeployKey")]
pub mod DeleteDeployKey;
#[cfg(feature = "DeleteDeployKeyV2")]
pub mod DeleteDeployKeyV2;
#[cfg(feature = "DeleteHooks")]
pub mod DeleteHooks;
#[cfg(feature = "DeleteRepoMember")]
pub mod DeleteRepoMember;
#[cfg(feature = "DeleteRepository")]
pub mod DeleteRepository;
#[cfg(feature = "DeleteSShkey")]
pub mod DeleteSShkey;
#[cfg(feature = "GetAllRepositoryByProjectId")]
pub mod GetAllRepositoryByProjectId;
#[cfg(feature = "GetProductTemplates")]
pub mod GetProductTemplates;
#[cfg(feature = "GetRepositoryByProjectId")]
pub mod GetRepositoryByProjectId;
#[cfg(feature = "GetTemplates")]
pub mod GetTemplates;
#[cfg(feature = "ListBranchesByRepositoryId")]
pub mod ListBranchesByRepositoryId;
#[cfg(feature = "ListCommits")]
pub mod ListCommits;
#[cfg(feature = "ListCommitStatistics")]
pub mod ListCommitStatistics;
#[cfg(feature = "ListFiles")]
pub mod ListFiles;
#[cfg(feature = "ListFilesByQuery")]
pub mod ListFilesByQuery;
#[cfg(feature = "ListHooks")]
pub mod ListHooks;
#[cfg(feature = "ListMergeRequest")]
pub mod ListMergeRequest;
#[cfg(feature = "ListProductTwoTemplates")]
pub mod ListProductTwoTemplates;
#[cfg(feature = "ListRepoMembers")]
pub mod ListRepoMembers;
#[cfg(feature = "ListRepositoryStatus")]
pub mod ListRepositoryStatus;
#[cfg(feature = "ListSshKeys")]
pub mod ListSshKeys;
#[cfg(feature = "ListSubfiles")]
pub mod ListSubfiles;
#[cfg(feature = "ListTemplatesTwo")]
pub mod ListTemplatesTwo;
#[cfg(feature = "ListTwoTemplates")]
pub mod ListTwoTemplates;
#[cfg(feature = "ListUserAllRepositories")]
pub mod ListUserAllRepositories;
#[cfg(feature = "SetRepoRole")]
pub mod SetRepoRole;
#[cfg(feature = "ShareTemplates")]
pub mod ShareTemplates;
#[cfg(feature = "ShowAllRepositoryByTwoProjectId")]
pub mod ShowAllRepositoryByTwoProjectId;
#[cfg(feature = "ShowBranchesByRepositoryId")]
pub mod ShowBranchesByRepositoryId;
#[cfg(feature = "ShowBranchesByTwoRepositoryId")]
pub mod ShowBranchesByTwoRepositoryId;
#[cfg(feature = "ShowCommitsByBranch")]
pub mod ShowCommitsByBranch;
#[cfg(feature = "ShowCommitsByRepoId")]
pub mod ShowCommitsByRepoId;
#[cfg(feature = "ShowDiffCommit")]
pub mod ShowDiffCommit;
#[cfg(feature = "ShowFile")]
pub mod ShowFile;
#[cfg(feature = "ShowHasPipeline")]
pub mod ShowHasPipeline;
#[cfg(feature = "ShowImageBlob")]
pub mod ShowImageBlob;
#[cfg(feature = "ShowMaster")]
pub mod ShowMaster;
#[cfg(feature = "ShowMergeRequest")]
pub mod ShowMergeRequest;
#[cfg(feature = "ShowPrivateKeyVerify")]
pub mod ShowPrivateKeyVerify;
#[cfg(feature = "ShowRepoId")]
pub mod ShowRepoId;
#[cfg(feature = "ShowRepositoryArchive")]
pub mod ShowRepositoryArchive;
#[cfg(feature = "ShowRepositoryByUuid")]
pub mod ShowRepositoryByUuid;
#[cfg(feature = "ShowRepositoryNameExist")]
pub mod ShowRepositoryNameExist;
#[cfg(feature = "ShowRepositoryStatistics")]
pub mod ShowRepositoryStatistics;
#[cfg(feature = "ShowReviewSetting")]
pub mod ShowReviewSetting;
#[cfg(feature = "ShowSingleCommit")]
pub mod ShowSingleCommit;
#[cfg(feature = "ShowStatisticalData")]
pub mod ShowStatisticalData;
#[cfg(feature = "ShowStatisticCommit")]
pub mod ShowStatisticCommit;
#[cfg(feature = "ShowStatisticCommitV3")]
pub mod ShowStatisticCommitV3;
#[cfg(feature = "ValidateHttpsInfo")]
pub mod ValidateHttpsInfo;
#[cfg(feature = "ValidateHttpsInfoV2")]
pub mod ValidateHttpsInfoV2;