ce3bd97613
* All files in the same directory should belong to the same package * Avoid xyz/xyz_v123 format (example volume/volume_v2) * Added a doc.go so we can support a different import path later: https://golang.org/doc/go1.4#canonicalimports * Drop the trailing ".git" in the imports Change-Id: If4a880c62a2142f7015ed693e07af239bbbcf8e5 |
||
---|---|---|
.. | ||
auth-password.go | ||
auth-token.go | ||
auth.go | ||
README.md | ||
service-catalog.go | ||
session_test.go | ||
session.go |
openstack
openstack
is the API to an OpenStack cloud.
-
session.go
- A Session object that encapsulates the HTTP REST handler and authentication and logging -
auth.go
- The basic authentication interface -
auth-password.go
- Implements password authentication (v2 only at present) -
auth-token.go
- The returned token objects