This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
objectstorage/v1/containers
rackspace/objectstorage/v1/cdncontainers Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ type CreateOpts struct {
90
90
// Name [required] is the name of the new image.
91
91
Name string
92
92
93
- // Id [optional] is the the image ID.
93
+ // Id [optional] is the image ID.
94
94
ID string
95
95
96
96
// Visibility [optional] defines who can see/use the image.
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ type CreateHeader struct {
163
163
TransID string `mapstructure:"X-Trans-Id"`
164
164
}
165
165
166
- // CreateResult represents the result of a create operation. To extract the
166
+ // CreateResult represents the result of a create operation. To extract
167
167
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
168
168
// method on the result struct.
169
169
type CreateResult struct {
@@ -201,7 +201,7 @@ type UpdateHeader struct {
201
201
TransID string `mapstructure:"X-Trans-Id"`
202
202
}
203
203
204
- // UpdateResult represents the result of an update operation. To extract the
204
+ // UpdateResult represents the result of an update operation. To extract
205
205
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
206
206
// method on the result struct.
207
207
type UpdateResult struct {
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ type UpdateHeader struct {
118
118
TransID string `mapstructure:"X-Trans-Id"`
119
119
}
120
120
121
- // UpdateResult represents the result of an update operation. To extract the
121
+ // UpdateResult represents the result of an update operation. To extract
122
122
// the headers from the HTTP response, you can invoke the 'ExtractHeader'
123
123
// method on the result struct.
124
124
type UpdateResult struct {
You can’t perform that action at this time.
0 commit comments