mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
@@ -103,3 +103,9 @@ type Container struct {
|
||||
type CopyConfig struct {
|
||||
Resource string
|
||||
}
|
||||
|
||||
// GET "/containers/{name:.*}/top"
|
||||
type ContainerProcessList struct {
|
||||
Processes [][]string
|
||||
Titles []string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user