mirror of
https://github.com/restic/restic.git
synced 2025-12-14 02:57:04 +00:00
Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
10
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/databases.go
generated
vendored
10
vendor/github.com/Azure/azure-sdk-for-go/arm/postgresql/databases.go
generated
vendored
@@ -110,6 +110,7 @@ func (client DatabasesClient) CreateOrUpdatePreparer(resourceGroupName string, s
|
||||
func (client DatabasesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
@@ -194,6 +195,7 @@ func (client DatabasesClient) DeletePreparer(resourceGroupName string, serverNam
|
||||
func (client DatabasesClient) DeleteSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client),
|
||||
azure.DoPollForAsynchronous(client.PollingDelay))
|
||||
}
|
||||
|
||||
@@ -261,7 +263,9 @@ func (client DatabasesClient) GetPreparer(resourceGroupName string, serverName s
|
||||
// GetSender sends the Get request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DatabasesClient) GetSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// GetResponder handles the response to the Get request. The method always
|
||||
@@ -327,7 +331,9 @@ func (client DatabasesClient) ListByServerPreparer(resourceGroupName string, ser
|
||||
// ListByServerSender sends the ListByServer request. The method will close the
|
||||
// http.Response Body if it receives an error.
|
||||
func (client DatabasesClient) ListByServerSender(req *http.Request) (*http.Response, error) {
|
||||
return autorest.SendWithSender(client, req)
|
||||
return autorest.SendWithSender(client,
|
||||
req,
|
||||
azure.DoRetryWithRegistration(client.Client))
|
||||
}
|
||||
|
||||
// ListByServerResponder handles the response to the ListByServer request. The method always
|
||||
|
||||
Reference in New Issue
Block a user