Skip to content

Commit 3b3e2ca

Browse files
committed
Tweak the solution a bit
1 parent 12bdf70 commit 3b3e2ca

71 files changed

Lines changed: 18 additions & 2761 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Another nice feature is the fact that for every API command you can create the n
5151

5252
Last but not least there are a whole lot of helper function that will try to automatically find an UUID for you for a certain item (disk, template, virtualmachine, network...). This makes it much easier and faster to work with the API commands and in most cases you can just use then if you know the name instead of the UUID.
5353

54-
## ToDO
54+
## ToDo
5555

5656
I fully understand I need to document this all a little more/better and there should also be some tests added.
5757

cloudstack/APIDiscoveryService.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ func (p *ListApisParams) SetName(v string) {
4141
p.p = make(map[string]interface{})
4242
}
4343
p.p["name"] = v
44-
return
4544
}
4645

4746
// You should always use this function to get a new ListApisParams instance,

0 commit comments

Comments
 (0)