Use hyphen instead of underscore
This commit is contained in:
parent
39663cb594
commit
7afad765cb
2 changed files with 4 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
type SiteStatusRequest struct {
|
||||
URL string `yaml:"url"`
|
||||
CheckURL string `yaml:"check_url"`
|
||||
CheckURL string `yaml:"check-url"`
|
||||
AllowInsecure bool `yaml:"allow-insecure"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue