Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FcRegion ¶ added in v1.1.0
type FcRegion struct { RegionId string `json:"regionId"` RegionName string `json:"regionName"` AreaId string `json:"areaId"` AreaName string `json:"areaName"` Public string `json:"public"` VPC string `json:"vpc"` }
func GetFcRegions ¶ added in v1.1.0
GetFcRegions 貌似阿里云没有提供 SDK 获取可用区, 只能抓接口拿了
type FcRegionsResp ¶ added in v1.1.0
type FcTriggerConfig ¶ added in v1.1.0
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
func New ¶
func New(options schema.OptionBlock, cs goflags.StringSlice) (*Provider, error)
Click to show internal directories.
Click to hide internal directories.