Skip to content

Commit

Permalink
apache#79 消息推送跟踪
Browse files Browse the repository at this point in the history
  • Loading branch information
develpoerX committed Dec 24, 2020
1 parent d718b80 commit 42185b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/db_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type PollingDetail struct {
URLPath string `json:"url_path,omitempty" bson:"url_path," yaml:"url_path,omitempty"`
ResponseBody []*KVDoc `json:"kv,omitempty" bson:"kv," yaml:"kv,omitempty"`
ResponseCode int `json:"response_code,omitempty" bson:"response_code," yaml:"response_code,omitempty"`
Timestamp time.Time `json:"timestamp,omitempty" yaml:"timestamp,omitempty"`
Timestamp time.Time `json:"times_tamp,omitempty" yaml:"times_tamp,omitempty"`
}

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

0 comments on commit 42185b9

Please sign in to comment.