tui

package
v3.0.0-rc21 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2026 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(options *Options) error

Types

type App

type App struct {
	*monitor.Frame
	// contains filtered or unexported fields
}

func NewApp

func NewApp(options *Options) *App

func (*App) Run

func (t *App) Run() error

type AskInputData

type AskInputData struct {
	// contains filtered or unexported fields
}

type AtomicCloserSlice

type AtomicCloserSlice struct {
	// contains filtered or unexported fields
}

func (*AtomicCloserSlice) Append

func (a *AtomicCloserSlice) Append(c io.Closer)

Append adds a closer to the slice thread-safely.

func (*AtomicCloserSlice) CloseAll

func (a *AtomicCloserSlice) CloseAll() error

CloseAll closes all closers in the slice thread-safely.

func (*AtomicCloserSlice) Get

func (a *AtomicCloserSlice) Get() []io.Closer

Get returns the slice thread-safely.

func (*AtomicCloserSlice) Len

func (a *AtomicCloserSlice) Len() int

Len returns the length of the slice thread-safely.

type CreateTableOptions

type CreateTableOptions struct {
	// contains filtered or unexported fields
}

type HbStatusFilter

type HbStatusFilter struct {
	Name     string
	NodeName string
}

type HeaderCell

type HeaderCell struct {
	Title           string
	Value           string
	TitleSelectable bool
	ValueSelectable bool
}

type HeaderObject

type HeaderObject struct {
	Left     HeaderCell
	Right    HeaderCell
	Populate func(row int)
}

type Options

type Options struct {
	Selector string
}

type PoolData

type PoolData struct {
	pool.Status
	Node string
}

type Position

type Position struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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