mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
format code
This commit is contained in:
parent
61aa5efccd
commit
e74e644b88
@ -218,11 +218,11 @@ type BuildPluginStruct struct {
|
||||
// in: body
|
||||
// required: false
|
||||
RepoURL string `json:"repo_url" validate:"repo_url"`
|
||||
// git 账户名
|
||||
// git username
|
||||
// in: body
|
||||
// required: false
|
||||
Username string `json:"username"`
|
||||
// git 密码
|
||||
// git password
|
||||
// in: body
|
||||
// required: false
|
||||
Password string `json:"password"`
|
||||
|
@ -26,8 +26,8 @@ type BuildPluginTaskBody struct {
|
||||
Operator string `json:"operator"`
|
||||
Repo string `json:"repo"`
|
||||
GitURL string `json:"git_url"`
|
||||
GitUsername string `json:"git_username"`
|
||||
GitPassword string `json:"git_password"`
|
||||
GitUsername string `json:"git_username"`
|
||||
GitPassword string `json:"git_password"`
|
||||
ImageURL string `json:"image_url"`
|
||||
EventID string `json:"event_id"`
|
||||
DeployVersion string `json:"deploy_version"`
|
||||
|
Loading…
Reference in New Issue
Block a user