mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
aggregate io r/w across all reported stats volumes
This commit is contained in:
@@ -22,7 +22,7 @@ type Connector interface {
|
||||
All() container.Containers
|
||||
// Get returns a single container.Container by ID
|
||||
Get(string) (*container.Container, bool)
|
||||
// Wait waits for the underlying connection to be lost before returning
|
||||
// Wait blocks until the underlying connection is lost
|
||||
Wait() struct{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user