Go bindings for talking to MAAS
Go Makefile
Switch branches/tags
Nothing to show
Latest commit 663f786 Dec 5, 2017 @jujubot jujubot Merge pull request #71 from ExternalReality/bug#1729127
Fix allow storage constraints to search both physical and virtual(logi…

…cal) block devices.
Permalink
Failed to load latest commit information.
example Make NewAuthenticatedClient take a version URL Apr 3, 2017
templates Fix all the license headers. Mar 29, 2016
.gitignore Cosmetic tweaks to repo after github move Dec 4, 2015
LICENSE Fix all the license headers. Mar 29, 2016
Makefile Add simplify to .PHONY. Apr 12, 2013
README.rst Cosmetic tweaks to repo after github move Dec 4, 2015
blockdevice.go Expose block device id_path attribute Apr 18, 2017
blockdevice_test.go Expose block device id_path attribute Apr 18, 2017
bootresource.go Handle bootresource.subarches being null May 3, 2016
bootresource_test.go Handle bootresource.subarches being null May 3, 2016
client.go Make SplitVersionedURL public Apr 4, 2017
client_test.go Make SplitVersionedURL public Apr 4, 2017
controller.go Fix allow storage constraints to search bot physical and virtual(logi… Dec 5, 2017
controller_test.go Fix allow storage constraints to search bot physical and virtual(logi… Dec 5, 2017
dependencies.tsv Use uint64 for blockdevice and partition sizes. Apr 20, 2016
device.go Other possibly nil fields. May 1, 2016
device_test.go Other possibly nil fields. May 1, 2016
enum.go Fix all the license headers. Mar 29, 2016
errors.go Unexpected errors from version checks not unsupported Apr 5, 2017
errors_test.go Unexpected errors from version checks not unsupported Apr 5, 2017
fabric.go Fix comments. Mar 31, 2016
fabric_test.go Add fabrics. Mar 31, 2016
file.go Test file methods. Apr 6, 2016
file_test.go Test file methods. Apr 6, 2016
filesystem.go Simplify cast to string Apr 28, 2016
filesystem_test.go Handle nils in filesystem Apr 28, 2016
gomaasapi.go Fix all the license headers. Mar 29, 2016
gomaasapi_test.go Fix all the license headers. Mar 29, 2016
interface.go Make variable name match house style May 3, 2016
interface_test.go Machine.CreateDevice() - added VLAN to args; only use args.Subnet/VLA… Sep 17, 2016
interfaces.go Fix allow storage constraints to search bot physical and virtual(logi… Dec 5, 2017
jsonobject.go Fix all the license headers. Mar 29, 2016
jsonobject_test.go Fix all the license headers. Mar 29, 2016
link.go Don't return typed nil interface values Apr 22, 2016
link_test.go Don't return typed nil interface values Apr 22, 2016
maas.go Fix all the license headers. Mar 29, 2016
maas_test.go Fix all the license headers. Mar 29, 2016
maasobject.go Fix all the license headers. Mar 29, 2016
maasobject_test.go Fix all the license headers. Mar 29, 2016
machine.go Fix allow storage constraints to search bot physical and virtual(logi… Dec 5, 2017
machine_test.go Fix allow storage constraints to search bot physical and virtual(logi… Dec 5, 2017
oauth.go Fix all the license headers. Mar 29, 2016
partition.go Other possibly nil fields. May 1, 2016
partition_test.go Other possibly nil fields. May 1, 2016
space.go Make spaces work. Mar 31, 2016
space_test.go Make spaces work. Mar 31, 2016
staticroute.go Review comments from Reed Feb 23, 2017
staticroute_test.go Finish wiring up all of the static route objects. Feb 23, 2017
subnet.go Don't return typed nil interface values Apr 22, 2016
subnet_test.go Don't return typed nil interface values Apr 22, 2016
testing.go Review tweaks Sep 8, 2016
testservice.go fix bug in getting nodes that have specific tag Mar 11, 2017
testservice_spaces.go Bring in the test renames. Mar 31, 2016
testservice_staticroutes.go Review comments from Reed Feb 23, 2017
testservice_subnets.go Bring in the test renames. Mar 31, 2016
testservice_test.go add Tag operation to testsetvice Mar 11, 2017
testservice_utils.go Fix all the license headers. Mar 29, 2016
testservice_vlan.go Add vlans. Mar 31, 2016
urlparams.go Deserialize the machine from allocate. Mar 31, 2016
urlparams_test.go Deserialize the machine from allocate. Mar 31, 2016
util.go Fix all the license headers. Mar 29, 2016
util_test.go Tests for start machine. Apr 3, 2016
vlan.go VLAN name is optional in 2.0 API schema Apr 17, 2016
vlan_test.go Added tests for VLANs with null names Apr 18, 2016
zone.go Add zones. Mar 30, 2016
zone_test.go Start of machines. Mar 30, 2016

README.rst

MAAS API client library for Go

This library serves as a minimal client for communicating with the MAAS web API in Go programs.

For more information see the project homepage.