Skip to content

Commit d718b80

Browse files
committed
apache#79 消息推送跟踪
1 parent 75dbd4d commit d718b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/model/db_schema.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type PollingDetail struct {
7070
URLPath string `json:"url_path,omitempty" bson:"url_path," yaml:"url_path,omitempty"`
7171
ResponseBody []*KVDoc `json:"kv,omitempty" bson:"kv," yaml:"kv,omitempty"`
7272
ResponseCode int `json:"response_code,omitempty" bson:"response_code," yaml:"response_code,omitempty"`
73-
Timestamp time.Time `json:"timestamp,omitempty" yaml:"timestamp,omitempty"`
73+
Timestamp time.Time `json:"timestamp,omitempty" yaml:"timestamp,omitempty"`
7474
}
7575

7676
// UpdateKVRequest is db struct, it contains kv update request params

0 commit comments

Comments
 (0)