Documentation ¶ Index ¶ func StartDashboard(ctx context.Context, environment models.EnvironmentInformation, ...) error type Dashboard type Router func NewRouter() *Router func (r *Router) AddAndSwitchToPage(name string, page tview.Primitive) func (r *Router) AddPage(name string, page tview.Primitive) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func StartDashboard ¶ func StartDashboard(ctx context.Context, environment models.EnvironmentInformation, sensor sensors.Sensor) error Types ¶ type Dashboard ¶ type Dashboard struct{} type Router ¶ type Router struct { *tview.Pages } func NewRouter ¶ func NewRouter() *Router func (*Router) AddAndSwitchToPage ¶ func (r *Router) AddAndSwitchToPage(name string, page tview.Primitive) func (*Router) AddPage ¶ func (r *Router) AddPage(name string, page tview.Primitive) Source Files ¶ View all Source files dashboard.go router.go Directories ¶ Show internal Expand all Path Synopsis components events main models pages sensors styles Click to show internal directories. Click to hide internal directories.