package
Version:
v0.9.9
Opens a new window with list of versions in this module.
Published: Sep 4, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ListOpts struct {
Provider string `q:"provider"`
Locale string `q:"locale"`
Limit int `q:"limit"`
Offset int `q:"offset"`
}
type ListResponse struct {
Providers []Provider `json:"providers"`
TotalCount int `json:"total_count"`
}
type Provider struct {
Provider string `json:"provider"`
ProviderI18nDisplay string `json:"provider_i18n_display_name"`
ResourceTypes []ResourceTypes `json:"resource_types"`
}
List retrieves the services (providers) that support enterprise projects.
type ResourceTypes struct {
ResourceType string `json:"resource_type"`
ResourceTypeI18nDisplayName string `json:"resource_type_i18n_display_name"`
Regions []string `json:"regions"`
Global bool `json:"global"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.