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.
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix allow storage constraints to search both physical and virtual(logi… …cal) block devices.
| Failed to load latest commit information. | |||
|
|
example |
|
|
|
|
templates |
|
|
|
|
.gitignore |
|
|
|
|
LICENSE |
|
|
|
|
Makefile |
|
|
|
|
README.rst |
|
|
|
|
blockdevice.go |
|
|
|
|
blockdevice_test.go |
|
|
|
|
bootresource.go |
|
|
|
|
bootresource_test.go |
|
|
|
|
client.go |
|
|
|
|
client_test.go |
|
|
|
|
controller.go |
|
|
|
|
controller_test.go |
|
|
|
|
dependencies.tsv |
|
|
|
|
device.go |
|
|
|
|
device_test.go |
|
|
|
|
enum.go |
|
|
|
|
errors.go |
|
|
|
|
errors_test.go |
|
|
|
|
fabric.go |
|
|
|
|
fabric_test.go |
|
|
|
|
file.go |
|
|
|
|
file_test.go |
|
|
|
|
filesystem.go |
|
|
|
|
filesystem_test.go |
|
|
|
|
gomaasapi.go |
|
|
|
|
gomaasapi_test.go |
|
|
|
|
interface.go |
|
|
|
|
interface_test.go |
|
|
|
|
interfaces.go |
|
|
|
|
jsonobject.go |
|
|
|
|
jsonobject_test.go |
|
|
|
|
link.go |
|
|
|
|
link_test.go |
|
|
|
|
maas.go |
|
|
|
|
maas_test.go |
|
|
|
|
maasobject.go |
|
|
|
|
maasobject_test.go |
|
|
|
|
machine.go |
|
|
|
|
machine_test.go |
|
|
|
|
oauth.go |
|
|
|
|
partition.go |
|
|
|
|
partition_test.go |
|
|
|
|
space.go |
|
|
|
|
space_test.go |
|
|
|
|
staticroute.go |
|
|
|
|
staticroute_test.go |
|
|
|
|
subnet.go |
|
|
|
|
subnet_test.go |
|
|
|
|
testing.go |
|
|
|
|
testservice.go |
|
|
|
|
testservice_spaces.go |
|
|
|
|
testservice_staticroutes.go |
|
|
|
|
testservice_subnets.go |
|
|
|
|
testservice_test.go |
|
|
|
|
testservice_utils.go |
|
|
|
|
testservice_vlan.go |
|
|
|
|
urlparams.go |
|
|
|
|
urlparams_test.go |
|
|
|
|
util.go |
|
|
|
|
util_test.go |
|
|
|
|
vlan.go |
|
|
|
|
vlan_test.go |
|
|
|
|
zone.go |
|
|
|
|
zone_test.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.