Skip to content

Commit 94f8d2d

Browse files
authored
chore(ps): support previous pod logs (#42)
1 parent f1d6fea commit 94f8d2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/ps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ type PodLogsRequest struct {
4545
Lines int `json:"lines"`
4646
Follow bool `json:"follow"`
4747
Container string `json:"container"`
48+
Previous bool `json:"previous"`
4849
}
4950

5051
// Start is the definition of POST /v2/apps/<app_id>/stop or POST /v2/apps/<app_id>/start.

0 commit comments

Comments
 (0)