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-25 22:51:24 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-25 23:04:43 +0800
commit6b232ce3252c6823ac84cd3d2256340f981cd387 (patch)
tree78ec24d6836fb981addafbf0013c40be0568f0a8 /vendor/github.com/Azure/go-autorest/autorest/azure/config.go
parent7abedf9bbb725da8d610762d051af43085be1cda (diff)
downloaddexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar.gz
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar.bz2
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar.lz
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar.xz
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.tar.zst
dexon-6b232ce3252c6823ac84cd3d2256340f981cd387.zip
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
-}