-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaliases.go
182 lines (130 loc) · 6.27 KB
/
aliases.go
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
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package gitpod
import (
"github.com/gitpod-io/gitpod-sdk-go/internal/apierror"
"github.com/gitpod-io/gitpod-sdk-go/shared"
)
type Error = apierror.Error
type ErrorCode = apierror.ErrorCode
const ErrorCodeCanceled = apierror.ErrorCodeCanceled
const ErrorCodeUnknown = apierror.ErrorCodeUnknown
const ErrorCodeInvalidArgument = apierror.ErrorCodeInvalidArgument
const ErrorCodeDeadlineExceeded = apierror.ErrorCodeDeadlineExceeded
const ErrorCodeNotFound = apierror.ErrorCodeNotFound
const ErrorCodeAlreadyExists = apierror.ErrorCodeAlreadyExists
const ErrorCodePermissionDenied = apierror.ErrorCodePermissionDenied
const ErrorCodeResourceExhausted = apierror.ErrorCodeResourceExhausted
const ErrorCodeFailedPrecondition = apierror.ErrorCodeFailedPrecondition
const ErrorCodeAborted = apierror.ErrorCodeAborted
const ErrorCodeOutOfRange = apierror.ErrorCodeOutOfRange
const ErrorCodeUnimplemented = apierror.ErrorCodeUnimplemented
const ErrorCodeInternal = apierror.ErrorCodeInternal
const ErrorCodeUnavailable = apierror.ErrorCodeUnavailable
const ErrorCodeDataLoss = apierror.ErrorCodeDataLoss
const ErrorCodeUnauthenticated = apierror.ErrorCodeUnauthenticated
// An AutomationTrigger represents a trigger for an automation action. The
// `post_environment_start` field indicates that the automation should be triggered
// after the environment has started. The `post_devcontainer_start` field indicates
// that the automation should be triggered after the dev container has started.
//
// This is an alias to an internal type.
type AutomationTrigger = shared.AutomationTrigger
// An AutomationTrigger represents a trigger for an automation action. The
// `post_environment_start` field indicates that the automation should be triggered
// after the environment has started. The `post_devcontainer_start` field indicates
// that the automation should be triggered after the dev container has started.
//
// This is an alias to an internal type.
type AutomationTriggerParam = shared.AutomationTriggerParam
// This is an alias to an internal type.
type EnvironmentClass = shared.EnvironmentClass
// This is an alias to an internal type.
type EnvironmentClassParam = shared.EnvironmentClassParam
// This is an alias to an internal type.
type FieldValue = shared.FieldValue
// This is an alias to an internal type.
type FieldValueParam = shared.FieldValueParam
// This is an alias to an internal type.
type OrganizationRole = shared.OrganizationRole
// This is an alias to an internal value.
const OrganizationRoleUnspecified = shared.OrganizationRoleUnspecified
// This is an alias to an internal value.
const OrganizationRoleAdmin = shared.OrganizationRoleAdmin
// This is an alias to an internal value.
const OrganizationRoleMember = shared.OrganizationRoleMember
// This is an alias to an internal type.
type Principal = shared.Principal
// This is an alias to an internal value.
const PrincipalUnspecified = shared.PrincipalUnspecified
// This is an alias to an internal value.
const PrincipalAccount = shared.PrincipalAccount
// This is an alias to an internal value.
const PrincipalUser = shared.PrincipalUser
// This is an alias to an internal value.
const PrincipalRunner = shared.PrincipalRunner
// This is an alias to an internal value.
const PrincipalEnvironment = shared.PrincipalEnvironment
// This is an alias to an internal value.
const PrincipalServiceAccount = shared.PrincipalServiceAccount
// This is an alias to an internal type.
type RunsOn = shared.RunsOn
// This is an alias to an internal type.
type RunsOnDocker = shared.RunsOnDocker
// This is an alias to an internal type.
type RunsOnParam = shared.RunsOnParam
// This is an alias to an internal type.
type RunsOnDockerParam = shared.RunsOnDockerParam
// This is an alias to an internal type.
type Subject = shared.Subject
// This is an alias to an internal type.
type SubjectParam = shared.SubjectParam
// This is an alias to an internal type.
type Task = shared.Task
// This is an alias to an internal type.
type TaskExecution = shared.TaskExecution
// This is an alias to an internal type.
type TaskExecutionMetadata = shared.TaskExecutionMetadata
// This is an alias to an internal type.
type TaskExecutionPhase = shared.TaskExecutionPhase
// This is an alias to an internal value.
const TaskExecutionPhaseUnspecified = shared.TaskExecutionPhaseUnspecified
// This is an alias to an internal value.
const TaskExecutionPhasePending = shared.TaskExecutionPhasePending
// This is an alias to an internal value.
const TaskExecutionPhaseRunning = shared.TaskExecutionPhaseRunning
// This is an alias to an internal value.
const TaskExecutionPhaseSucceeded = shared.TaskExecutionPhaseSucceeded
// This is an alias to an internal value.
const TaskExecutionPhaseFailed = shared.TaskExecutionPhaseFailed
// This is an alias to an internal value.
const TaskExecutionPhaseStopped = shared.TaskExecutionPhaseStopped
// This is an alias to an internal type.
type TaskExecutionSpec = shared.TaskExecutionSpec
// This is an alias to an internal type.
type TaskExecutionSpecPlan = shared.TaskExecutionSpecPlan
// This is an alias to an internal type.
type TaskExecutionSpecPlanStep = shared.TaskExecutionSpecPlanStep
// This is an alias to an internal type.
type TaskExecutionSpecPlanStepsTask = shared.TaskExecutionSpecPlanStepsTask
// This is an alias to an internal type.
type TaskExecutionStatus = shared.TaskExecutionStatus
// This is an alias to an internal type.
type TaskExecutionStatusStep = shared.TaskExecutionStatusStep
// This is an alias to an internal type.
type TaskMetadata = shared.TaskMetadata
// This is an alias to an internal type.
type TaskMetadataParam = shared.TaskMetadataParam
// This is an alias to an internal type.
type TaskSpec = shared.TaskSpec
// This is an alias to an internal type.
type TaskSpecParam = shared.TaskSpecParam
// This is an alias to an internal type.
type UserStatus = shared.UserStatus
// This is an alias to an internal value.
const UserStatusUnspecified = shared.UserStatusUnspecified
// This is an alias to an internal value.
const UserStatusActive = shared.UserStatusActive
// This is an alias to an internal value.
const UserStatusSuspended = shared.UserStatusSuspended
// This is an alias to an internal value.
const UserStatusLeft = shared.UserStatusLeft