|
@@ -9,11 +9,11 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
type ChromedpParam struct {
|
|
type ChromedpParam struct {
|
|
- RunRedis bool `json:"runredis"` //超时时间
|
|
|
|
|
|
+ RunRedis bool `json:"runredis"` //是否redis判重
|
|
TimeOut int64 `json:"timeout"` //超时时间
|
|
TimeOut int64 `json:"timeout"` //超时时间
|
|
- OtherTimeOut int64 `json:"othertimeout"` //超时时间
|
|
|
|
- Actions []Actions `json:"actions"` //超时时间
|
|
|
|
- OtherActions []Actions `json:"otheractions"` //超时时间
|
|
|
|
|
|
+ OtherTimeOut int64 `json:"othertimeout"` //其他超时时间
|
|
|
|
+ Actions []Actions `json:"actions"` //动作集
|
|
|
|
+ OtherActions []Actions `json:"otheractions"` //其他动作集
|
|
}
|
|
}
|
|
|
|
|
|
type Actions struct {
|
|
type Actions struct {
|