golang-client/openstack
Davanum Srinivas ce3bd97613 Sanitize the package names
* 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
2017-03-07 13:39:59 -05:00
..
README.md Add auth package 2015-04-19 16:44:51 -05:00
auth-password.go Clean up source with go fmt 2016-12-14 18:30:42 -06:00
auth-token.go fix AccessToken struct -> User json Unmarshal 2016-09-01 17:15:05 -07:00
auth.go Clean up source with go fmt 2016-12-14 18:30:42 -06:00
service-catalog.go Separate service catalog to prepare for v3 2016-05-05 12:37:06 -05:00
session.go Sanitize the package names 2017-03-07 13:39:59 -05:00
session_test.go Sanitize the package names 2017-03-07 13:39:59 -05:00

README.md

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