block

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block interface {
	BorderColor() tcell.Color
	Name() string
	TextView() *tview.TextView
	Focusable() bool
	Render()
	CommonSettings() *config.Common
}

Block is the interface that is implemented by modules

type Schedulable

type Schedulable interface {
	Refresh()
	RefreshInterval() int
}

Schedulable is a module that can be refreshed after a fixed time interval

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL