diff --git a/structs/v2/provider.go b/structs/v2/provider.go index 991eba6..20c4e76 100644 --- a/structs/v2/provider.go +++ b/structs/v2/provider.go @@ -30,6 +30,8 @@ type Provider struct { Status ProviderStatus `json:"status"` // 错误信息 Msg string `json:"msg"` + // 要不要抓取 + NotCrawl bool `json:"notCrawl"` // 拉取时间 PullAt time.Time `json:"pullAt"` // 供应商配置