Skip to content

Commit

Permalink
[Cli] add eshore common
Browse files Browse the repository at this point in the history
  • Loading branch information
askyrie authored and SongZhen0704 committed Jul 12, 2023
1 parent 31d17af commit d8a8bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/ctl/common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const (
DOMAIN_TYPE_AGENT_SYNC DomainType = 23 // agent_sync
DOMAIN_TYPE_MICROSOFT_ACS DomainType = 24 // microsoft_acs
DOMAIN_TYPE_BAIDU_BCE DomainType = 25 // baidu_bce
DOMAIN_TYPE_ESHORE DomainType = 26 // eshore
)

var DomainTypes []DomainType = []DomainType{
Expand All @@ -77,6 +78,7 @@ var DomainTypes []DomainType = []DomainType{
DOMAIN_TYPE_AGENT_SYNC,
DOMAIN_TYPE_MICROSOFT_ACS,
DOMAIN_TYPE_BAIDU_BCE,
DOMAIN_TYPE_ESHORE,
}

func GetDomainTypeByName(domainTypeName string) DomainType {
Expand Down

0 comments on commit d8a8bdf

Please sign in to comment.