-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ServerClient.RebuildWithResult to return root password (#245)
* feat: add ServerClient.RebuildWithResult to return root password The existing method Serverclient.Rebuild did not return the root password and there was no way to add it without breaking API compatibility. Closes #244 * chore: cleanup comments for ServerClient.Delete(WithResult) - Comment should start with the method name - Deprecated methods should contain "^Deprecated: xx" in the comment - References to other symbols should use square brackets
- Loading branch information
Showing
3 changed files
with
109 additions
and
7 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
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