commit | 83f60cc108cf82abff5aa80b3e2ca6140b586bc9 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Wed Sep 10 16:34:44 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Wed Sep 10 16:34:44 2014 -0400 |
tree | d2567582d8ede3138848d0966242400383580ac1 | |
parent | efac18b3ce3aa8a349ed3eeaf8bb1c9fde58d309 [diff] [blame] |
Explain differences in terminology between v[23].
diff --git a/endpoint_search.go b/endpoint_search.go index 7c80dea..4988f10 100644 --- a/endpoint_search.go +++ b/endpoint_search.go
@@ -11,6 +11,8 @@ ) // Availability describes the accessibility of a specific service endpoint. +// Identity v2 lists these as different kinds of URLs ("adminURL", "internalURL", and "publicURL"), while +// v3 lists them as "Interfaces". type Availability string const (