fix: RuleProvider增加Format

This commit is contained in:
Chieh 2025-05-25 15:22:32 +00:00
parent 06887d91ac
commit 84c5a6e5f4

View File

@ -6,6 +6,7 @@ type RuleProvider struct {
Url string `yaml:"url,omitempty"`
Path string `yaml:"path,omitempty"`
Interval int `yaml:"interval,omitempty"`
Format string `yaml:"format,omitempty"`
}
type Payload struct {