terrars-gitlabhq-gitlab 0.1.0

Pre-generated Terrars Gitlab bindings
Documentation
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
pub mod provider;

pub use provider::*;

#[cfg(feature = "application")]
pub mod application;

#[cfg(feature = "application")]
pub use application::*;

#[cfg(feature = "application_settings")]
pub mod application_settings;

#[cfg(feature = "application_settings")]
pub use application_settings::*;

#[cfg(feature = "branch")]
pub mod branch;

#[cfg(feature = "branch")]
pub use branch::*;

#[cfg(feature = "branch_protection")]
pub mod branch_protection;

#[cfg(feature = "branch_protection")]
pub use branch_protection::*;

#[cfg(feature = "cluster_agent")]
pub mod cluster_agent;

#[cfg(feature = "cluster_agent")]
pub use cluster_agent::*;

#[cfg(feature = "cluster_agent_token")]
pub mod cluster_agent_token;

#[cfg(feature = "cluster_agent_token")]
pub use cluster_agent_token::*;

#[cfg(feature = "compliance_framework")]
pub mod compliance_framework;

#[cfg(feature = "compliance_framework")]
pub use compliance_framework::*;

#[cfg(feature = "deploy_key")]
pub mod deploy_key;

#[cfg(feature = "deploy_key")]
pub use deploy_key::*;

#[cfg(feature = "deploy_key_enable")]
pub mod deploy_key_enable;

#[cfg(feature = "deploy_key_enable")]
pub use deploy_key_enable::*;

#[cfg(feature = "deploy_token")]
pub mod deploy_token;

#[cfg(feature = "deploy_token")]
pub use deploy_token::*;

#[cfg(feature = "global_level_notifications")]
pub mod global_level_notifications;

#[cfg(feature = "global_level_notifications")]
pub use global_level_notifications::*;

#[cfg(feature = "group")]
pub mod group;

#[cfg(feature = "group")]
pub use group::*;

#[cfg(feature = "group_access_token")]
pub mod group_access_token;

#[cfg(feature = "group_access_token")]
pub use group_access_token::*;

#[cfg(feature = "group_badge")]
pub mod group_badge;

#[cfg(feature = "group_badge")]
pub use group_badge::*;

#[cfg(feature = "group_cluster")]
pub mod group_cluster;

#[cfg(feature = "group_cluster")]
pub use group_cluster::*;

#[cfg(feature = "group_custom_attribute")]
pub mod group_custom_attribute;

#[cfg(feature = "group_custom_attribute")]
pub use group_custom_attribute::*;

#[cfg(feature = "group_epic_board")]
pub mod group_epic_board;

#[cfg(feature = "group_epic_board")]
pub use group_epic_board::*;

#[cfg(feature = "group_hook")]
pub mod group_hook;

#[cfg(feature = "group_hook")]
pub use group_hook::*;

#[cfg(feature = "group_issue_board")]
pub mod group_issue_board;

#[cfg(feature = "group_issue_board")]
pub use group_issue_board::*;

#[cfg(feature = "group_label")]
pub mod group_label;

#[cfg(feature = "group_label")]
pub use group_label::*;

#[cfg(feature = "group_ldap_link")]
pub mod group_ldap_link;

#[cfg(feature = "group_ldap_link")]
pub use group_ldap_link::*;

#[cfg(feature = "group_membership")]
pub mod group_membership;

#[cfg(feature = "group_membership")]
pub use group_membership::*;

#[cfg(feature = "group_project_file_template")]
pub mod group_project_file_template;

#[cfg(feature = "group_project_file_template")]
pub use group_project_file_template::*;

#[cfg(feature = "group_protected_environment")]
pub mod group_protected_environment;

#[cfg(feature = "group_protected_environment")]
pub use group_protected_environment::*;

#[cfg(feature = "group_saml_link")]
pub mod group_saml_link;

#[cfg(feature = "group_saml_link")]
pub use group_saml_link::*;

#[cfg(feature = "group_share_group")]
pub mod group_share_group;

#[cfg(feature = "group_share_group")]
pub use group_share_group::*;

#[cfg(feature = "group_variable")]
pub mod group_variable;

#[cfg(feature = "group_variable")]
pub use group_variable::*;

#[cfg(feature = "instance_cluster")]
pub mod instance_cluster;

#[cfg(feature = "instance_cluster")]
pub use instance_cluster::*;

#[cfg(feature = "instance_variable")]
pub mod instance_variable;

#[cfg(feature = "instance_variable")]
pub use instance_variable::*;

#[cfg(feature = "integration_custom_issue_tracker")]
pub mod integration_custom_issue_tracker;

#[cfg(feature = "integration_custom_issue_tracker")]
pub use integration_custom_issue_tracker::*;

#[cfg(feature = "integration_emails_on_push")]
pub mod integration_emails_on_push;

#[cfg(feature = "integration_emails_on_push")]
pub use integration_emails_on_push::*;

#[cfg(feature = "integration_external_wiki")]
pub mod integration_external_wiki;

#[cfg(feature = "integration_external_wiki")]
pub use integration_external_wiki::*;

#[cfg(feature = "integration_github")]
pub mod integration_github;

#[cfg(feature = "integration_github")]
pub use integration_github::*;

#[cfg(feature = "integration_jenkins")]
pub mod integration_jenkins;

#[cfg(feature = "integration_jenkins")]
pub use integration_jenkins::*;

#[cfg(feature = "integration_jira")]
pub mod integration_jira;

#[cfg(feature = "integration_jira")]
pub use integration_jira::*;

#[cfg(feature = "integration_mattermost")]
pub mod integration_mattermost;

#[cfg(feature = "integration_mattermost")]
pub use integration_mattermost::*;

#[cfg(feature = "integration_microsoft_teams")]
pub mod integration_microsoft_teams;

#[cfg(feature = "integration_microsoft_teams")]
pub use integration_microsoft_teams::*;

#[cfg(feature = "integration_pipelines_email")]
pub mod integration_pipelines_email;

#[cfg(feature = "integration_pipelines_email")]
pub use integration_pipelines_email::*;

#[cfg(feature = "integration_slack")]
pub mod integration_slack;

#[cfg(feature = "integration_slack")]
pub use integration_slack::*;

#[cfg(feature = "integration_telegram")]
pub mod integration_telegram;

#[cfg(feature = "integration_telegram")]
pub use integration_telegram::*;

#[cfg(feature = "label")]
pub mod label;

#[cfg(feature = "label")]
pub use label::*;

#[cfg(feature = "pages_domain")]
pub mod pages_domain;

#[cfg(feature = "pages_domain")]
pub use pages_domain::*;

#[cfg(feature = "personal_access_token")]
pub mod personal_access_token;

#[cfg(feature = "personal_access_token")]
pub use personal_access_token::*;

#[cfg(feature = "pipeline_schedule")]
pub mod pipeline_schedule;

#[cfg(feature = "pipeline_schedule")]
pub use pipeline_schedule::*;

#[cfg(feature = "pipeline_schedule_variable")]
pub mod pipeline_schedule_variable;

#[cfg(feature = "pipeline_schedule_variable")]
pub use pipeline_schedule_variable::*;

#[cfg(feature = "pipeline_trigger")]
pub mod pipeline_trigger;

#[cfg(feature = "pipeline_trigger")]
pub use pipeline_trigger::*;

#[cfg(feature = "project")]
pub mod project;

#[cfg(feature = "project")]
pub use project::*;

#[cfg(feature = "project_access_token")]
pub mod project_access_token;

#[cfg(feature = "project_access_token")]
pub use project_access_token::*;

#[cfg(feature = "project_approval_rule")]
pub mod project_approval_rule;

#[cfg(feature = "project_approval_rule")]
pub use project_approval_rule::*;

#[cfg(feature = "project_badge")]
pub mod project_badge;

#[cfg(feature = "project_badge")]
pub use project_badge::*;

#[cfg(feature = "project_cluster")]
pub mod project_cluster;

#[cfg(feature = "project_cluster")]
pub use project_cluster::*;

#[cfg(feature = "project_compliance_framework")]
pub mod project_compliance_framework;

#[cfg(feature = "project_compliance_framework")]
pub use project_compliance_framework::*;

#[cfg(feature = "project_custom_attribute")]
pub mod project_custom_attribute;

#[cfg(feature = "project_custom_attribute")]
pub use project_custom_attribute::*;

#[cfg(feature = "project_environment")]
pub mod project_environment;

#[cfg(feature = "project_environment")]
pub use project_environment::*;

#[cfg(feature = "project_freeze_period")]
pub mod project_freeze_period;

#[cfg(feature = "project_freeze_period")]
pub use project_freeze_period::*;

#[cfg(feature = "project_hook")]
pub mod project_hook;

#[cfg(feature = "project_hook")]
pub use project_hook::*;

#[cfg(feature = "project_issue")]
pub mod project_issue;

#[cfg(feature = "project_issue")]
pub use project_issue::*;

#[cfg(feature = "project_issue_board")]
pub mod project_issue_board;

#[cfg(feature = "project_issue_board")]
pub use project_issue_board::*;

#[cfg(feature = "project_job_token_scope")]
pub mod project_job_token_scope;

#[cfg(feature = "project_job_token_scope")]
pub use project_job_token_scope::*;

#[cfg(feature = "project_job_token_scopes")]
pub mod project_job_token_scopes;

#[cfg(feature = "project_job_token_scopes")]
pub use project_job_token_scopes::*;

#[cfg(feature = "project_label")]
pub mod project_label;

#[cfg(feature = "project_label")]
pub use project_label::*;

#[cfg(feature = "project_level_mr_approvals")]
pub mod project_level_mr_approvals;

#[cfg(feature = "project_level_mr_approvals")]
pub use project_level_mr_approvals::*;

#[cfg(feature = "project_level_notifications")]
pub mod project_level_notifications;

#[cfg(feature = "project_level_notifications")]
pub use project_level_notifications::*;

#[cfg(feature = "project_membership")]
pub mod project_membership;

#[cfg(feature = "project_membership")]
pub use project_membership::*;

#[cfg(feature = "project_milestone")]
pub mod project_milestone;

#[cfg(feature = "project_milestone")]
pub use project_milestone::*;

#[cfg(feature = "project_mirror")]
pub mod project_mirror;

#[cfg(feature = "project_mirror")]
pub use project_mirror::*;

#[cfg(feature = "project_protected_environment")]
pub mod project_protected_environment;

#[cfg(feature = "project_protected_environment")]
pub use project_protected_environment::*;

#[cfg(feature = "project_push_rules")]
pub mod project_push_rules;

#[cfg(feature = "project_push_rules")]
pub use project_push_rules::*;

#[cfg(feature = "project_runner_enablement")]
pub mod project_runner_enablement;

#[cfg(feature = "project_runner_enablement")]
pub use project_runner_enablement::*;

#[cfg(feature = "project_share_group")]
pub mod project_share_group;

#[cfg(feature = "project_share_group")]
pub use project_share_group::*;

#[cfg(feature = "project_tag")]
pub mod project_tag;

#[cfg(feature = "project_tag")]
pub use project_tag::*;

#[cfg(feature = "project_variable")]
pub mod project_variable;

#[cfg(feature = "project_variable")]
pub use project_variable::*;

#[cfg(feature = "release_link")]
pub mod release_link;

#[cfg(feature = "release_link")]
pub use release_link::*;

#[cfg(feature = "repository_file")]
pub mod repository_file;

#[cfg(feature = "repository_file")]
pub use repository_file::*;

#[cfg(feature = "runner")]
pub mod runner;

#[cfg(feature = "runner")]
pub use runner::*;

#[cfg(feature = "service_custom_issue_tracker")]
pub mod service_custom_issue_tracker;

#[cfg(feature = "service_custom_issue_tracker")]
pub use service_custom_issue_tracker::*;

#[cfg(feature = "service_emails_on_push")]
pub mod service_emails_on_push;

#[cfg(feature = "service_emails_on_push")]
pub use service_emails_on_push::*;

#[cfg(feature = "service_external_wiki")]
pub mod service_external_wiki;

#[cfg(feature = "service_external_wiki")]
pub use service_external_wiki::*;

#[cfg(feature = "service_github")]
pub mod service_github;

#[cfg(feature = "service_github")]
pub use service_github::*;

#[cfg(feature = "service_jira")]
pub mod service_jira;

#[cfg(feature = "service_jira")]
pub use service_jira::*;

#[cfg(feature = "service_microsoft_teams")]
pub mod service_microsoft_teams;

#[cfg(feature = "service_microsoft_teams")]
pub use service_microsoft_teams::*;

#[cfg(feature = "service_pipelines_email")]
pub mod service_pipelines_email;

#[cfg(feature = "service_pipelines_email")]
pub use service_pipelines_email::*;

#[cfg(feature = "service_slack")]
pub mod service_slack;

#[cfg(feature = "service_slack")]
pub use service_slack::*;

#[cfg(feature = "system_hook")]
pub mod system_hook;

#[cfg(feature = "system_hook")]
pub use system_hook::*;

#[cfg(feature = "tag_protection")]
pub mod tag_protection;

#[cfg(feature = "tag_protection")]
pub use tag_protection::*;

#[cfg(feature = "topic")]
pub mod topic;

#[cfg(feature = "topic")]
pub use topic::*;

#[cfg(feature = "user")]
pub mod user;

#[cfg(feature = "user")]
pub use user::*;

#[cfg(feature = "user_custom_attribute")]
pub mod user_custom_attribute;

#[cfg(feature = "user_custom_attribute")]
pub use user_custom_attribute::*;

#[cfg(feature = "user_gpgkey")]
pub mod user_gpgkey;

#[cfg(feature = "user_gpgkey")]
pub use user_gpgkey::*;

#[cfg(feature = "user_runner")]
pub mod user_runner;

#[cfg(feature = "user_runner")]
pub use user_runner::*;

#[cfg(feature = "user_sshkey")]
pub mod user_sshkey;

#[cfg(feature = "user_sshkey")]
pub use user_sshkey::*;

#[cfg(feature = "data_application")]
pub mod data_application;

#[cfg(feature = "data_application")]
pub use data_application::*;

#[cfg(feature = "data_branch")]
pub mod data_branch;

#[cfg(feature = "data_branch")]
pub use data_branch::*;

#[cfg(feature = "data_cluster_agent")]
pub mod data_cluster_agent;

#[cfg(feature = "data_cluster_agent")]
pub use data_cluster_agent::*;

#[cfg(feature = "data_cluster_agents")]
pub mod data_cluster_agents;

#[cfg(feature = "data_cluster_agents")]
pub use data_cluster_agents::*;

#[cfg(feature = "data_compliance_framework")]
pub mod data_compliance_framework;

#[cfg(feature = "data_compliance_framework")]
pub use data_compliance_framework::*;

#[cfg(feature = "data_current_user")]
pub mod data_current_user;

#[cfg(feature = "data_current_user")]
pub use data_current_user::*;

#[cfg(feature = "data_group")]
pub mod data_group;

#[cfg(feature = "data_group")]
pub use data_group::*;

#[cfg(feature = "data_group_hook")]
pub mod data_group_hook;

#[cfg(feature = "data_group_hook")]
pub use data_group_hook::*;

#[cfg(feature = "data_group_hooks")]
pub mod data_group_hooks;

#[cfg(feature = "data_group_hooks")]
pub use data_group_hooks::*;

#[cfg(feature = "data_group_membership")]
pub mod data_group_membership;

#[cfg(feature = "data_group_membership")]
pub use data_group_membership::*;

#[cfg(feature = "data_group_subgroups")]
pub mod data_group_subgroups;

#[cfg(feature = "data_group_subgroups")]
pub use data_group_subgroups::*;

#[cfg(feature = "data_group_variable")]
pub mod data_group_variable;

#[cfg(feature = "data_group_variable")]
pub use data_group_variable::*;

#[cfg(feature = "data_group_variables")]
pub mod data_group_variables;

#[cfg(feature = "data_group_variables")]
pub use data_group_variables::*;

#[cfg(feature = "data_groups")]
pub mod data_groups;

#[cfg(feature = "data_groups")]
pub use data_groups::*;

#[cfg(feature = "data_instance_deploy_keys")]
pub mod data_instance_deploy_keys;

#[cfg(feature = "data_instance_deploy_keys")]
pub use data_instance_deploy_keys::*;

#[cfg(feature = "data_instance_variable")]
pub mod data_instance_variable;

#[cfg(feature = "data_instance_variable")]
pub use data_instance_variable::*;

#[cfg(feature = "data_instance_variables")]
pub mod data_instance_variables;

#[cfg(feature = "data_instance_variables")]
pub use data_instance_variables::*;

#[cfg(feature = "data_metadata")]
pub mod data_metadata;

#[cfg(feature = "data_metadata")]
pub use data_metadata::*;

#[cfg(feature = "data_project")]
pub mod data_project;

#[cfg(feature = "data_project")]
pub use data_project::*;

#[cfg(feature = "data_project_branches")]
pub mod data_project_branches;

#[cfg(feature = "data_project_branches")]
pub use data_project_branches::*;

#[cfg(feature = "data_project_hook")]
pub mod data_project_hook;

#[cfg(feature = "data_project_hook")]
pub use data_project_hook::*;

#[cfg(feature = "data_project_hooks")]
pub mod data_project_hooks;

#[cfg(feature = "data_project_hooks")]
pub use data_project_hooks::*;

#[cfg(feature = "data_project_issue")]
pub mod data_project_issue;

#[cfg(feature = "data_project_issue")]
pub use data_project_issue::*;

#[cfg(feature = "data_project_issues")]
pub mod data_project_issues;

#[cfg(feature = "data_project_issues")]
pub use data_project_issues::*;

#[cfg(feature = "data_project_membership")]
pub mod data_project_membership;

#[cfg(feature = "data_project_membership")]
pub use data_project_membership::*;

#[cfg(feature = "data_project_milestone")]
pub mod data_project_milestone;

#[cfg(feature = "data_project_milestone")]
pub use data_project_milestone::*;

#[cfg(feature = "data_project_milestones")]
pub mod data_project_milestones;

#[cfg(feature = "data_project_milestones")]
pub use data_project_milestones::*;

#[cfg(feature = "data_project_protected_branch")]
pub mod data_project_protected_branch;

#[cfg(feature = "data_project_protected_branch")]
pub use data_project_protected_branch::*;

#[cfg(feature = "data_project_protected_branches")]
pub mod data_project_protected_branches;

#[cfg(feature = "data_project_protected_branches")]
pub use data_project_protected_branches::*;

#[cfg(feature = "data_project_tag")]
pub mod data_project_tag;

#[cfg(feature = "data_project_tag")]
pub use data_project_tag::*;

#[cfg(feature = "data_project_tags")]
pub mod data_project_tags;

#[cfg(feature = "data_project_tags")]
pub use data_project_tags::*;

#[cfg(feature = "data_project_variable")]
pub mod data_project_variable;

#[cfg(feature = "data_project_variable")]
pub use data_project_variable::*;

#[cfg(feature = "data_project_variables")]
pub mod data_project_variables;

#[cfg(feature = "data_project_variables")]
pub use data_project_variables::*;

#[cfg(feature = "data_projects")]
pub mod data_projects;

#[cfg(feature = "data_projects")]
pub use data_projects::*;

#[cfg(feature = "data_release")]
pub mod data_release;

#[cfg(feature = "data_release")]
pub use data_release::*;

#[cfg(feature = "data_release_link")]
pub mod data_release_link;

#[cfg(feature = "data_release_link")]
pub use data_release_link::*;

#[cfg(feature = "data_release_links")]
pub mod data_release_links;

#[cfg(feature = "data_release_links")]
pub use data_release_links::*;

#[cfg(feature = "data_repository_file")]
pub mod data_repository_file;

#[cfg(feature = "data_repository_file")]
pub use data_repository_file::*;

#[cfg(feature = "data_repository_tree")]
pub mod data_repository_tree;

#[cfg(feature = "data_repository_tree")]
pub use data_repository_tree::*;

#[cfg(feature = "data_user")]
pub mod data_user;

#[cfg(feature = "data_user")]
pub use data_user::*;

#[cfg(feature = "data_user_sshkeys")]
pub mod data_user_sshkeys;

#[cfg(feature = "data_user_sshkeys")]
pub use data_user_sshkeys::*;

#[cfg(feature = "data_users")]
pub mod data_users;

#[cfg(feature = "data_users")]
pub use data_users::*;