mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-11 13:45:39 +01:00
add ContainerWidgets interface, config channel
This commit is contained in:
@@ -12,7 +12,7 @@ type Container struct {
|
||||
name string
|
||||
done chan bool
|
||||
stats chan *docker.Stats
|
||||
widgets *widgets.Compact
|
||||
widgets widgets.ContainerWidgets
|
||||
reader *StatReader
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user