We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d6fea commit 94f8d2dCopy full SHA for 94f8d2d
1 file changed
api/ps.go
@@ -45,6 +45,7 @@ type PodLogsRequest struct {
45
Lines int `json:"lines"`
46
Follow bool `json:"follow"`
47
Container string `json:"container"`
48
+ Previous bool `json:"previous"`
49
}
50
51
// Start is the definition of POST /v2/apps/<app_id>/stop or POST /v2/apps/<app_id>/start.
0 commit comments