Skip to content

Commit

Permalink
fix interface class name
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Dec 3, 2021
1 parent 23001eb commit 88535e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ type Client struct {
SignatureVersion *string
SignatureAlgorithm *string
Headers map[string]*string
Spi spi.SPI
Spi spi.Client
}

/**
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/alibabacloud-go/darabonba-openapi
go 1.14

require (
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.1
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.2
github.com/alibabacloud-go/darabonba-string v1.0.0
github.com/alibabacloud-go/openapi-util v0.0.9
github.com/alibabacloud-go/tea v1.1.17
Expand Down

0 comments on commit 88535e2

Please sign in to comment.