mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add client to containermap, add views package, help view
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
|
||||
type Container struct {
|
||||
id string
|
||||
name string
|
||||
done chan bool
|
||||
stats chan *docker.Stats
|
||||
widgets *Widgets
|
||||
|
||||
Reference in New Issue
Block a user