Skip to content

Commit

Permalink
Update SCS list
Browse files Browse the repository at this point in the history
  • Loading branch information
DDC-Console committed Jan 3, 2023
1 parent ae87b63 commit 442d929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.140"
SDK_VERSION = "0.9.141"
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
DEFAULT_DOMAIN = "baidubce.com"
DEFAULT_PROTOCOL = "http"
Expand Down
1 change: 1 addition & 0 deletions services/scs/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ type InstanceModel struct {
InstanceExpireTime string `json:"instanceExpireTime"`
ShardNum int `json:"shardNum"`
ReplicationNum int `json:"replicationNum"`
DiskFlavor int `json:"diskFlavor"`
ClusterType string `json:"clusterType"`
Engine string `json:"engine"`
EngineVersion string `json:"engineVersion"`
Expand Down

0 comments on commit 442d929

Please sign in to comment.