Versions in this module Expand all Collapse all v0 v0.7.1 Mar 9, 2018 Changes in this version type Compact + Mem *GaugeCol type Status + func (s *Status) Buffer() ui.Buffer + func (s *Status) SetHealth(val string) v0.6.1 Jun 29, 2017 v0.6.0 Jun 14, 2017 v0.5.1 Mar 21, 2017 Changes in this version type Compact + IO *TextCol + Pids *TextCol + func (row *Compact) SetIO(read int64, write int64) + func (row *Compact) SetPids(val int) v0.4.1 Mar 10, 2017 Changes in this version + type Compact struct + Cid *TextCol + Cpu *GaugeCol + Height int + Memory *GaugeCol + Name *TextCol + Net *TextCol + Status *Status + Width int + X int + Y int + func NewCompact(id string) *Compact + func (row *Compact) Buffer() ui.Buffer + func (row *Compact) GetHeight() int + func (row *Compact) Reset() + func (row *Compact) SetCPU(val int) + func (row *Compact) SetMem(val int64, limit int64, percent int) + func (row *Compact) SetMeta(k, v string) + func (row *Compact) SetMetrics(m metrics.Metrics) + func (row *Compact) SetNet(rx int64, tx int64) + func (row *Compact) SetWidth(width int) + func (row *Compact) SetX(x int) + func (row *Compact) SetY(y int) + type CompactGrid struct + Height int + Offset int + Rows []ui.GridBufferer + Width int + X int + Y int + func NewCompactGrid() *CompactGrid + func (cg *CompactGrid) AddRows(rows ...ui.GridBufferer) + func (cg *CompactGrid) Align() + func (cg *CompactGrid) Buffer() ui.Buffer + func (cg *CompactGrid) Clear() + func (cg *CompactGrid) GetHeight() int + func (cg *CompactGrid) MaxRows() int + func (cg *CompactGrid) SetWidth(w int) + func (cg *CompactGrid) SetX(x int) + func (cg *CompactGrid) SetY(y int) + type CompactHeader struct + Height int + Width int + X int + Y int + func NewCompactHeader() *CompactHeader + func (ch *CompactHeader) Buffer() ui.Buffer + func (ch *CompactHeader) GetHeight() int + func (ch *CompactHeader) SetWidth(w int) + func (ch *CompactHeader) SetX(x int) + func (ch *CompactHeader) SetY(y int) + type GaugeCol struct + func NewGaugeCol() *GaugeCol + func (w *GaugeCol) Reset() + type Status struct + func NewStatus() *Status + func (s *Status) Set(val string) + type TextCol struct + func NewTextCol(s string) *TextCol + func (w *TextCol) Highlight() + func (w *TextCol) Reset() + func (w *TextCol) Set(s string) + func (w *TextCol) UnHighlight() v0.4.1-deps Mar 12, 2017