Documentation ¶
Overview ¶
Package vca defines the VCA services of BCE. The supported APIs are all defined in sub-package
Index ¶
Constants ¶
View Source
const (
DefaultServiceDomain = "vca." + bce.DEFAULT_REGION + "." + bce.DEFAULT_DOMAIN
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { *bce.BceClient *client.MediaClient *client.StreamClient *client.FaceClient *client.LogoClient }
Service of VCR service is a kind of BceClient, so derived from BceClient
func NewService ¶
NewService make the VCR service client with default configuration. Use `cli.Config.xxx` to access the config or change it to non-default value.
Click to show internal directories.
Click to hide internal directories.