nvinuesa / goose

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goose

Go OpenStack Exchange (goose) - Go bindings for talking to OpenStack.

GoDoc

NOTE: This is an experimental branch, which is under development with no guarentee of backwards compatibilty at this time (April 2017). Please use goose.v1 if you require a stable branch.

Instructions

Install the package with:

go get github.com/go-goose/goose/v3/...

Import it with:

import "github.com/go-goose/goose/v5/<package>"

Example:

import "github.com/go-goose/goose/v5/client"

and use client as the package name inside the code. The same applies to the other sub-packages: nova, switft, etc.

For more details, check the API documentation:

Contacts

You can contact directly one of the maintainers.

Issues

Please report bugs by opening an issue.

Contributing

Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.

Authors

List of people who made relevant contributions to goose can be found in AUTHORS.md.

License

goose is licensed under LGPLv3. See the LICENSE for details.

About

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.

License:GNU Lesser General Public License v3.0


Languages

Language:Go 99.5%Language:Python 0.4%Language:Makefile 0.0%