mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Add container logs page
This commit is contained in:
@@ -575,6 +575,14 @@ func NewImageListInfo(image types.ImageSummary) *ImageListInfo {
|
||||
return info
|
||||
}
|
||||
|
||||
type ContainerListArgs struct {
|
||||
// created|restarting|running|removing|paused|exited|dead
|
||||
Filter string `query:"filter"`
|
||||
Name string `query:"name"`
|
||||
PageIndex int `query:"page"`
|
||||
PageSize int `query:"size"`
|
||||
}
|
||||
|
||||
type ContainerListInfo struct {
|
||||
types.Container
|
||||
CreatedAt time.Time
|
||||
|
||||
Reference in New Issue
Block a user