mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
refactor statreader into metricreader, add processed metrics stream
This commit is contained in:
4
grid.go
4
grid.go
@@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
type Grid struct {
|
||||
cursorID string // id of currently selected container
|
||||
containers []*Container
|
||||
cursorID string // id of currently selected container
|
||||
containers []*Container // sorted slice of containers
|
||||
containerMap *ContainerMap
|
||||
header *widgets.CTopHeader
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user