aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/Azure/go-autorest/autorest/azure/config.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-07-27 00:59:46 +0800
committerGitHub <noreply@github.com>2018-07-27 00:59:46 +0800
commit93c0f1715d1ce6e590811a659d20f0e80277ba6a (patch)
tree39ac2bdba86fd080a717ff2926f615d5d21ee3ce /vendor/github.com/Azure/go-autorest/autorest/azure/config.go
parentd9575e92fc6e52ba18267410fcd2426d5a148cbc (diff)
parent6b232ce3252c6823ac84cd3d2256340f981cd387 (diff)
downloadgo-tangerine-93c0f1715d1ce6e590811a659d20f0e80277ba6a.tar.gz
go-tangerine-93c0f1715d1ce6e590811a659d20f0e80277ba6a.tar.zst
go-tangerine-93c0f1715d1ce6e590811a659d20f0e80277ba6a.zip
Merge pull request #17245 from karalabe/azure-deps-fixups
internal, vendor: update Azure blobstore API
Diffstat (limited to 'vendor/github.com/Azure/go-autorest/autorest/azure/config.go')
-rw-r--r--vendor/github.com/Azure/go-autorest/autorest/azure/config.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/config.go b/vendor/github.com/Azure/go-autorest/autorest/azure/config.go
deleted file mode 100644
index bea30b0d6..000000000
--- a/vendor/github.com/Azure/go-autorest/autorest/azure/config.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package azure
-
-import (
- "net/url"
-)
-
-// OAuthConfig represents the endpoints needed
-// in OAuth operations
-type OAuthConfig struct {
- AuthorizeEndpoint url.URL
- TokenEndpoint url.URL
- DeviceCodeEndpoint url.URL
-}