File tree Expand file tree Collapse file tree 7 files changed +1103
-1
lines changed
Expand file tree Collapse file tree 7 files changed +1103
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ bce-sdk-go
4444| |--cdn //内容分布网络
4545| |--cert //SSL证书服务
4646| |--cfc //函数计算
47+ | |--dts //数据传输服务
4748| |--eip //弹性公网IP
4849| |--etGateway //专线网关
4950| |--rds //云数据库
@@ -234,6 +235,7 @@ myLogger.Info("this is my own logger from the sdk")
234235内容分布网络 | CDN | github.com/baidubce/bce-sdk-go/services/cdn | [CDN.md](./doc/CDN.md)
235236SSL证书服务 | CERT | github.com/baidubce/bce-sdk-go/services/cert | [CERT.md](./doc/CERT.md)
236237函数计算 | CFC | github.com/baidubce/bce-sdk-go/services/cfc | [CFC.md](./doc/CFC.md)
238+ 数据传输服务 | DTS | github.com/baidubce/bce-sdk-go/services/dts | [DTS.md](./doc/DTS.md)
237239弹性公网IP | EIP | github.com/baidubce/bce-sdk-go/services/eip | [EIP.md](./doc/EIP.md)
238240专线网关 | EtGateway | github.com/baidubce/bce-sdk-go/services/etGateway | [ETGateway.md](./doc/ETGateway.md)
239241云数据库 | RDS | github.com/baidubce/bce-sdk-go/services/rds | [RDS.md](./doc/RDS.md)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
2626
2727// Constants and default values for the package bce
2828const (
29- SDK_VERSION = "0.9.15 "
29+ SDK_VERSION = "0.9.16 "
3030 URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
3131 DEFAULT_DOMAIN = "baidubce.com"
3232 DEFAULT_PROTOCOL = "http"
You can’t perform that action at this time.
0 commit comments