mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-26 07:55:18 +08:00
阶段性提交
This commit is contained in:
@@ -7,5 +7,5 @@ type HealthCheckConfig struct {
|
||||
URL string `yaml:"url" json:"url"` // TODO
|
||||
Interval int `yaml:"interval" json:"interval"` // TODO
|
||||
StatusCodes []int `yaml:"statusCodes" json:"statusCodes"` // TODO
|
||||
Timeout shared.TimeDuration `yaml:"timeout" json:"timeout"` // 超时时间 TODO
|
||||
Timeout *shared.TimeDuration `yaml:"timeout" json:"timeout"` // 超时时间 TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user