From 84c5a6e5f46818eb2e31ba36b191c344c3bfac05 Mon Sep 17 00:00:00 2001 From: Chieh <20982498+pingchieh@users.noreply.github.com> Date: Sun, 25 May 2025 15:22:32 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20RuleProvider=E5=A2=9E=E5=8A=A0Format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/rule_provider.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/rule_provider.go b/model/rule_provider.go index 0991c95..629d8b9 100644 --- a/model/rule_provider.go +++ b/model/rule_provider.go @@ -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 {