update vendor
This commit is contained in:
parent
7235a4a775
commit
4d6891111d
2
vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go
generated
vendored
2
vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/client.go
generated
vendored
|
@ -229,7 +229,7 @@ func (c *Client) WithSignatureMethod(method string) *Client {
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) WithHttpTransport(transport http.RoundTripper) *Client {
|
func (c *Client) WithHttpTransport (transport http.RoundTripper) *Client {
|
||||||
c.httpClient.Transport = transport
|
c.httpClient.Transport = transport
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue