mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-03 12:18:09 +08:00
format code
This commit is contained in:
parent
1aa6056b6b
commit
f83ffd6750
@ -341,8 +341,8 @@ type ServiceStruct struct {
|
||||
PortsInfo []dbmodel.TenantServicesPort `json:"ports_info" validate:"ports_info"`
|
||||
Endpoints *Endpoints `json:"endpoints" validate:"endpoints"`
|
||||
AppID string `json:"app_id" validate:"required"`
|
||||
ComponentProbes []ServiceProbe `json:"component_probes" validate:"component_probes"`
|
||||
ComponentMonitors []AddServiceMonitorRequestStruct `json:"component_monitors" validate:"component_monitors"`
|
||||
ComponentProbes []ServiceProbe `json:"component_probes" validate:"component_probes"`
|
||||
ComponentMonitors []AddServiceMonitorRequestStruct `json:"component_monitors" validate:"component_monitors"`
|
||||
HTTPRules []AddHTTPRuleStruct `json:"http_rules" validate:"http_rules"`
|
||||
TCPRules []AddTCPRuleStruct `json:"tcp_rules" validate:"tcp_rules"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user