fixed
Sensor struct add Crawler
This commit is contained in:
parent
73addbda91
commit
96cda61428
@ -5,12 +5,14 @@ import (
|
||||
"git.loafle.net/overflow/commons_go/model/timestamp"
|
||||
"git.loafle.net/overflow/overflow_proxy_service/proxy/target"
|
||||
"git.loafle.net/overflow/overflow_proxy_service/proxy/utils"
|
||||
"git.loafle.net/overflow/overflow_proxy_service/proxy/crawler"
|
||||
)
|
||||
|
||||
type Sensor struct {
|
||||
Id json.Number `json:"id,Number,omitempty"`
|
||||
Target target.Target `json:"target,omitempty"`
|
||||
Notification string `json:"notification,omitempty"`
|
||||
Crawler crawler.Crawler `json:"crawler,omitempty"`
|
||||
CreateDate timestamp.Timestamp `json:"createDate,omitempty"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user