mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 09:48:32 +02:00
small refactor and fixes
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type HealthCheckConfig struct {
|
||||
Disable bool `json:"disable,omitempty" yaml:"disable"`
|
||||
Disable bool `json:"disable,omitempty" yaml:"disable" aliases:"disabled"`
|
||||
Path string `json:"path,omitempty" yaml:"path"`
|
||||
UseGet bool `json:"use_get,omitempty" yaml:"use_get"`
|
||||
Interval time.Duration `json:"interval" yaml:"interval"`
|
||||
|
||||
Reference in New Issue
Block a user