-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix-packer-template
- Loading branch information
Showing
4 changed files
with
35 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,30 +18,30 @@ import ( | |
"github.com/cjlapao/common-go/version" | ||
) | ||
|
||
var ver = "0.1.42" | ||
var ver = "0.1.43" | ||
var versionSvc = version.Get() | ||
|
||
// @title Parallels Desktop API | ||
// @version 1.0 | ||
// @description Parallels Desktop API Service | ||
// @termsOfService http://swagger.io/terms/ | ||
|
||
// @contact.name Parallels Desktop API Support | ||
// @contact.url https://forum.parallels.com/ | ||
// @contact.email [email protected] | ||
|
||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
// @BasePath /api | ||
// @securityDefinitions.apikey ApiKeyAuth | ||
// @description Type the api key in the input below. | ||
// @in header | ||
// @name X-Api-Key | ||
|
||
// @securityDefinitions.apikey BearerAuth | ||
// @description Type "Bearer" followed by a space and JWT token. | ||
// @in header | ||
// @name Authorization | ||
// @title Parallels Desktop API | ||
// @version 1.0 | ||
// @description Parallels Desktop API Service | ||
// @termsOfService http://swagger.io/terms/ | ||
|
||
// @contact.name Parallels Desktop API Support | ||
// @contact.url https://forum.parallels.com/ | ||
// @contact.email [email protected] | ||
|
||
// @license.name Apache 2.0 | ||
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html | ||
// @BasePath /api | ||
// @securityDefinitions.apikey ApiKeyAuth | ||
// @description Type the api key in the input below. | ||
// @in header | ||
// @name X-Api-Key | ||
|
||
// @securityDefinitions.apikey BearerAuth | ||
// @description Type "Bearer" followed by a space and JWT token. | ||
// @in header | ||
// @name Authorization | ||
func main() { | ||
versionSvc.Author = "Carlos Lapao" | ||
versionSvc.Name = "Parallels Desktop API Service" | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.1.42" | ||
"version": "0.1.43" | ||
} |