Skip to content

Commit

Permalink
Support bci and havip
Browse files Browse the repository at this point in the history
  • Loading branch information
duanliguo committed Apr 13, 2023
1 parent 0577ef9 commit f90e47f
Show file tree
Hide file tree
Showing 13 changed files with 2,323 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ bce-sdk-go
| |--eni //ENIC弹性网卡
| |--esg //企业安全组
| |--etGateway //专线网关
| |--havip //高可用虚拟IP
| |--iam //身份管理
| |--media //音视频处理MCP
| |--rds //云数据库
Expand Down Expand Up @@ -260,6 +261,7 @@ SSL证书服务 | CERT | github.com/baidubce/bce-sdk-go/services/cert
弹性公网IP | EIP | github.com/baidubce/bce-sdk-go/services/eip | [EIP.md](./doc/EIP.md)
ENIC弹性网卡 | ENIC | github.com/baidubce/bce-sdk-go/services/eni | [ENIC.md](./doc/ENIC.md)
企业安全组 | ESG | github.com/baidubce/bce-sdk-go/services/esg | [ESG.md](./doc/ESG.md)
高可用虚拟IP | HAVIP | github.com/baidubce/bce-sdk-go/services/havip | [HAVIP.md](./doc/HAVIP.md)
专线网关 | EtGateway | github.com/baidubce/bce-sdk-go/services/etGateway | [ETGateway.md](./doc/ETGateway.md)
身份管理 | IAM | github.com/baidubce/bce-sdk-go/services/iam | [IAM.md](./doc/IAM.md)
内网DNS | LOCALDNS | github.com/baidubce/bce-sdk-go/services/localDns | [LOCALDNS.md](./doc/LOCALDNS.md)
Expand Down
2 changes: 1 addition & 1 deletion bce/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Constants and default values for the package bce
const (
SDK_VERSION = "0.9.147"
SDK_VERSION = "0.9.148"
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
DEFAULT_DOMAIN = "baidubce.com"
DEFAULT_PROTOCOL = "http"
Expand Down
Loading

0 comments on commit f90e47f

Please sign in to comment.