add ContainerWidgets interface, config channel

This commit is contained in:
Bradley Cicenas
2017-01-06 12:59:45 +00:00
parent 6d63d09c83
commit f311aad105
6 changed files with 45 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ type Container struct {
name string
done chan bool
stats chan *docker.Stats
widgets *widgets.Compact
widgets widgets.ContainerWidgets
reader *StatReader
}