goose

package module
v1.0.0-...-3228e4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2017 License: LGPL-3.0 Imports: 1 Imported by: 0

README

goose

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

GoDoc

NOTE: This is a stable branch, which is compatible with the original goose source from Launchpad, except for the changed import paths.

Instructions

Install the package with:

go get gopkg.in/goose.v1/...

Import it with:

import "gopkg.in/goose.v1/<package>"

Example:

import "gopkg.in/goose.v1/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.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = VersionNumber.String()
View Source
var VersionNumber = VersionNum{
	Major: 0,
	Minor: 1,
	Micro: 0,
}

Functions

This section is empty.

Types

type VersionNum

type VersionNum struct {
	Major int
	Minor int
	Micro int
}

func (*VersionNum) String

func (v *VersionNum) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL