commit | 46d913f1d885ccda04a9711c7c6c2d5452b2f53e | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 11:00:11 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:33 2014 -0400 |
tree | a25154a254e0959076f1676abfd921c92d38f066 | |
parent | e058e34e6cd08566755f088eec54a7107a19b7ce [diff] [blame] |
And all of the rest of the token operations. Plus tests for each.
diff --git a/openstack/identity/v3/tokens/doc.go b/openstack/identity/v3/tokens/doc.go new file mode 100644 index 0000000..02fce0d --- /dev/null +++ b/openstack/identity/v3/tokens/doc.go
@@ -0,0 +1,6 @@ +/* +Package tokens defines operations performed on the token resource. + +Documentation: http://developer.openstack.org/api-ref-identity-v3.html#tokens-v3 +*/ +package tokens