mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-12 20:50:43 +08:00
parent
33484a9436
commit
85336bc73e
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ type SettingUpdate struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SSLUpdate struct {
|
type SSLUpdate struct {
|
||||||
SSLType string `json:"sslType" validate:"required,oneof=self select import-paste import-local"`
|
SSLType string `json:"sslType" validate:"required,oneof=self select import import-paste import-local"`
|
||||||
Domain string `json:"domain"`
|
Domain string `json:"domain"`
|
||||||
SSL string `json:"ssl" validate:"required,oneof=enable disable"`
|
SSL string `json:"ssl" validate:"required,oneof=enable disable"`
|
||||||
Cert string `json:"cert"`
|
Cert string `json:"cert"`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue