goose

package module
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: LGPL-3.0 Imports: 1 Imported by: 3

README

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.

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

Directories

Path Synopsis
mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
internal
testing
cmd
tools

Jump to

Keyboard shortcuts

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