-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41770b7
commit 65af2e1
Showing
17 changed files
with
351 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | ||
|
||
package compute | ||
|
||
import ( | ||
"github.com/nirvana-labs/nirvana-go/internal/apierror" | ||
"github.com/nirvana-labs/nirvana-go/shared" | ||
) | ||
|
||
type Error = apierror.Error | ||
|
||
// This is an alias to an internal type. | ||
type RegionName = shared.RegionName | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameAmsterdam = shared.RegionNameAmsterdam | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameChicago = shared.RegionNameChicago | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameFrankfurt = shared.RegionNameFrankfurt | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameHongkong = shared.RegionNameHongkong | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameLondon = shared.RegionNameLondon | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameMumbai = shared.RegionNameMumbai | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameSaopaulo = shared.RegionNameSaopaulo | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameSeattle = shared.RegionNameSeattle | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameSiliconvalley = shared.RegionNameSiliconvalley | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameSingapore = shared.RegionNameSingapore | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameStockholm = shared.RegionNameStockholm | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameSydney = shared.RegionNameSydney | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameTokyo = shared.RegionNameTokyo | ||
|
||
// This is an alias to an internal value. | ||
const RegionNameWashingtondc = shared.RegionNameWashingtondc | ||
|
||
// This is an alias to an internal type. | ||
type ResourceStatus = shared.ResourceStatus | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusPending = shared.ResourceStatusPending | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusCreating = shared.ResourceStatusCreating | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusUpdating = shared.ResourceStatusUpdating | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusReady = shared.ResourceStatusReady | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusDeleting = shared.ResourceStatusDeleting | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusDeleted = shared.ResourceStatusDeleted | ||
|
||
// This is an alias to an internal value. | ||
const ResourceStatusFailed = shared.ResourceStatusFailed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.