-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Civo v2 API written by us. * Reorganize function parameters to have the context be the first value. * Cleanup of pointer names. * Remove post body objects. * Replace functions with ours. * Remove no longer needed parameters. * Ensure conflicts are pretty printed. * Reorganize code. * Document functions. * Make linter happy. * Ensure context is passed. * Add unit tests. * Remove indirection for easier testing. * Add finishing touches. * Disable dupl rule. * Add timeouts in the client. * Read additional data from the API to make orphaned choices. * Remove checking against the client since we create a custom one now. * Redo found boolean inside for-within-for.
- Loading branch information
1 parent
991df25
commit 0119c57
Showing
39 changed files
with
2,805 additions
and
3,435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,6 @@ linters: | |
- grouper | ||
- importas | ||
- inamedparam | ||
- interfacebloat | ||
- ireturn | ||
- loggercheck | ||
- makezero | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.