Skip to content

Commit

Permalink
fixed volcengine
Browse files Browse the repository at this point in the history
  • Loading branch information
sssash18 committed Jul 8, 2024
1 parent b204d50 commit 5a29eea
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ package universal
type HttpMethod int

const (
<<<<<<<< HEAD:cluster-autoscaler/vendor/github.com/vmware/govmomi/internal/version/version.go
// ClientName is the name of this SDK
ClientName = "govmomi"

// ClientVersion is the version of this SDK
ClientVersion = "0.30.6"
========
GET HttpMethod = iota
HEAD
POST
Expand All @@ -39,5 +32,4 @@ const (
Default ContentType = iota
FormUrlencoded
ApplicationJSON
>>>>>>>> upstream-release-1.30.0:cluster-autoscaler/cloudprovider/volcengine/volcengine-go-sdk/volcengine/universal/universal_const.go
)

0 comments on commit 5a29eea

Please sign in to comment.