Documentation
¶
Index ¶
- func NewCMQClient(cred common.CredentialIface, conf *config.TencentConfig) (*cmq.Client, error)
- func NewCbsClient(cred common.CredentialIface, conf *config.TencentConfig) (*cbs.Client, error)
- func NewCdbClient(cred common.CredentialIface, conf *config.TencentConfig) (*cdb.Client, error)
- func NewCdnClient(cred common.CredentialIface, conf *config.TencentConfig) (*cdn.Client, error)
- func NewCfsClient(cred common.CredentialIface, conf *config.TencentConfig) (*cfs.Client, error)
- func NewClbClient(cred common.CredentialIface, conf *config.TencentConfig) (*clb.Client, error)
- func NewCosClient(cred common.CredentialIface, conf *config.TencentConfig) (*cos.Client, error)
- func NewCvmClient(cred common.CredentialIface, conf *config.TencentConfig) (*cvm.Client, error)
- func NewCynosdbClient(cred common.CredentialIface, conf *config.TencentConfig) (*cynosdb.Client, error)
- func NewDCDBClient(cred common.CredentialIface, conf *config.TencentConfig) (*dcdb.Client, error)
- func NewDTSClient(cred common.CredentialIface, conf *config.TencentConfig) (*dts.Client, error)
- func NewDTSNewClient(cred common.CredentialIface, conf *config.TencentConfig) (*dtsNew.Client, error)
- func NewDcClient(cred common.CredentialIface, conf *config.TencentConfig) (*dc.Client, error)
- func NewESClient(cred common.CredentialIface, conf *config.TencentConfig) (*es.Client, error)
- func NewGAAPClient(cred common.CredentialIface, conf *config.TencentConfig) (*gaap.Client, error)
- func NewGAAPCommonClient(cred common.CredentialIface, conf *config.TencentConfig) *apiCommon.Client
- func NewKafkaClient(cred common.CredentialIface, conf *config.TencentConfig) (*kafka.Client, error)
- func NewLighthouseClient(cred common.CredentialIface, conf *config.TencentConfig) (*lh.Client, error)
- func NewMariaDBClient(cred common.CredentialIface, conf *config.TencentConfig) (*mariadb.Client, error)
- func NewMemcacheClient(cred common.CredentialIface, conf *config.TencentConfig) (*memcached.Client, error)
- func NewMongodbClient(cred common.CredentialIface, conf *config.TencentConfig) (*mongodb.Client, error)
- func NewMonitorClient(cred common.CredentialIface, conf *config.TencentConfig, region string) (*monitor.Client, error)
- func NewPGClient(cred common.CredentialIface, conf *config.TencentConfig) (*pg.Client, error)
- func NewRedisClient(cred common.CredentialIface, conf *config.TencentConfig) (*redis.Client, error)
- func NewSqlServerClient(cred common.CredentialIface, conf *config.TencentConfig) (*sqlserver.Client, error)
- func NewTDMQClient(cred common.CredentialIface, conf *config.TencentConfig) (*tdmq.Client, error)
- func NewTseClient(cred common.CredentialIface, conf *config.TencentConfig) (*tse.Client, error)
- func NewVpvClient(cred common.CredentialIface, conf *config.TencentConfig) (*vpc.Client, error)
- func NewWafClient(cred common.CredentialIface, conf *config.TencentConfig) (*waf.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCMQClient ¶
func NewCMQClient(cred common.CredentialIface, conf *config.TencentConfig) (*cmq.Client, error)
func NewCbsClient ¶
func NewCbsClient(cred common.CredentialIface, conf *config.TencentConfig) (*cbs.Client, error)
func NewCdbClient ¶
func NewCdbClient(cred common.CredentialIface, conf *config.TencentConfig) (*cdb.Client, error)
func NewCdnClient ¶
func NewCdnClient(cred common.CredentialIface, conf *config.TencentConfig) (*cdn.Client, error)
func NewCfsClient ¶
func NewCfsClient(cred common.CredentialIface, conf *config.TencentConfig) (*cfs.Client, error)
func NewClbClient ¶
func NewClbClient(cred common.CredentialIface, conf *config.TencentConfig) (*clb.Client, error)
func NewCosClient ¶
func NewCosClient(cred common.CredentialIface, conf *config.TencentConfig) (*cos.Client, error)
func NewCvmClient ¶
func NewCvmClient(cred common.CredentialIface, conf *config.TencentConfig) (*cvm.Client, error)
func NewCynosdbClient ¶
func NewCynosdbClient(cred common.CredentialIface, conf *config.TencentConfig) (*cynosdb.Client, error)
func NewDCDBClient ¶
func NewDCDBClient(cred common.CredentialIface, conf *config.TencentConfig) (*dcdb.Client, error)
func NewDTSClient ¶
func NewDTSClient(cred common.CredentialIface, conf *config.TencentConfig) (*dts.Client, error)
func NewDTSNewClient ¶
func NewDTSNewClient(cred common.CredentialIface, conf *config.TencentConfig) (*dtsNew.Client, error)
func NewDcClient ¶
func NewDcClient(cred common.CredentialIface, conf *config.TencentConfig) (*dc.Client, error)
func NewESClient ¶
func NewESClient(cred common.CredentialIface, conf *config.TencentConfig) (*es.Client, error)
func NewGAAPClient ¶
func NewGAAPClient(cred common.CredentialIface, conf *config.TencentConfig) (*gaap.Client, error)
func NewGAAPCommonClient ¶
func NewGAAPCommonClient(cred common.CredentialIface, conf *config.TencentConfig) *apiCommon.Client
func NewKafkaClient ¶
func NewKafkaClient(cred common.CredentialIface, conf *config.TencentConfig) (*kafka.Client, error)
func NewLighthouseClient ¶
func NewLighthouseClient(cred common.CredentialIface, conf *config.TencentConfig) (*lh.Client, error)
func NewMariaDBClient ¶
func NewMariaDBClient(cred common.CredentialIface, conf *config.TencentConfig) (*mariadb.Client, error)
func NewMemcacheClient ¶
func NewMemcacheClient(cred common.CredentialIface, conf *config.TencentConfig) (*memcached.Client, error)
func NewMongodbClient ¶
func NewMongodbClient(cred common.CredentialIface, conf *config.TencentConfig) (*mongodb.Client, error)
func NewMonitorClient ¶
func NewMonitorClient(cred common.CredentialIface, conf *config.TencentConfig, region string) (*monitor.Client, error)
func NewPGClient ¶
func NewPGClient(cred common.CredentialIface, conf *config.TencentConfig) (*pg.Client, error)
func NewRedisClient ¶
func NewRedisClient(cred common.CredentialIface, conf *config.TencentConfig) (*redis.Client, error)
func NewSqlServerClient ¶
func NewSqlServerClient(cred common.CredentialIface, conf *config.TencentConfig) (*sqlserver.Client, error)
func NewTDMQClient ¶
func NewTDMQClient(cred common.CredentialIface, conf *config.TencentConfig) (*tdmq.Client, error)
func NewTseClient ¶
func NewTseClient(cred common.CredentialIface, conf *config.TencentConfig) (*tse.Client, error)
func NewVpvClient ¶
func NewVpvClient(cred common.CredentialIface, conf *config.TencentConfig) (*vpc.Client, error)
func NewWafClient ¶
func NewWafClient(cred common.CredentialIface, conf *config.TencentConfig) (*waf.Client, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.