Documentation
¶
Index ¶
Constants ¶
View Source
const (
TypeCdn = "cdn"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Asset ¶
type Asset struct {
Name string
Id string
Type string // One of constants 'asset.Type*', e.g. TypeCdn.
Provider string // e.g. tencent.Provider
Available bool // This asset is ready to set up.
}
Asset represents an item of a product or a service in your account, such as a host, a bucket in object storage or a CDN domain.
func (*Asset) GetBaseInfo ¶
Click to show internal directories.
Click to hide internal directories.