فهرست منبع

Merge branch 'belanger/agent-v3-integration' into dev

Alexander Belanger 3 سال پیش
والد
کامیت
aa029c014e
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      api/types/incident.go

+ 3 - 2
api/types/incident.go

@@ -116,8 +116,9 @@ type LogLine struct {
 }
 }
 
 
 type GetLogResponse struct {
 type GetLogResponse struct {
-	ContinueTime *time.Time `json:"continue_time"`
-	Logs         []LogLine  `json:"logs"`
+	BackwardContinueTime *time.Time `json:"backward_continue_time"`
+	ForwardContinueTime  *time.Time `json:"forward_continue_time"`
+	Logs                 []LogLine  `json:"logs"`
 }
 }
 
 
 type GetEventRequest struct {
 type GetEventRequest struct {