File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cloudstack-go
2- =============
1+ gopherstack
2+ ===========
33
4- Simple CloudStack client written in Go
4+ CloudStack API library written in Go. Only tested towards CS 3.0.6 so far.
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "net/url"
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "crypto/hmac"
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "flag"
Original file line number Diff line number Diff line change 1- // Cloudstack implements some of the CloudStack 3.0.6 APIs. It has not
1+ // Gopherstack implements some of the CloudStack 3.0.6 APIs. It has not
22// been test with any newer versions and the main use case is to be
33// used with Packer.io
44
5- package cloudstack
5+ package gopherstack
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "net/url"
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "net/url"
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "net/url"
Original file line number Diff line number Diff line change 1- package cloudstack
1+ package gopherstack
22
33import (
44 "net/url"
You can’t perform that action at this time.
0 commit comments