goose

package module
v3.0.0-...-1c69814 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2019 License: LGPL-3.0 Imports: 1 Imported by: 0

README

<<<<<<< HEAD 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 gopkg.in/goose.v2/...

Import it with:

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

Example:

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

goose

Go OpenStack Exchange - Go bindings for talking to OpenStack.

The master branch is just a placeholder, please use branch v1 or later.

upstream/master

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