Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProductsSelectableList ¶
func ProductsSelectableList() []string
func RegionsAvailableList ¶
func RegionsAvailableList() []string
Types ¶
type ProductMapping ¶
type ProductMapping struct {
ProductCode string
APICode management.EnumProductType
Default bool
Selectable bool
Deprecated bool
DisplayOrder int
}
func FindProductByAPICode ¶
func FindProductByAPICode(apiCode management.EnumProductType) (ProductMapping, error)
func FindProductByName ¶
func FindProductByName(product string) (ProductMapping, error)
type RegionMapping ¶
type RegionMapping struct {
Region string
URLSuffix string
APICode management.EnumRegionCode
Default bool
}
func FindRegionByAPICode ¶
func FindRegionByAPICode(apiCode management.EnumRegionCode) RegionMapping
func FindRegionByName ¶
func FindRegionByName(region string) RegionMapping
Click to show internal directories.
Click to hide internal directories.