dashboard

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

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

func New

func New(opts Options) Model

func (Model) FullHelp

func (m Model) FullHelp() [][]key.Binding

func (Model) Height

func (m Model) Height() int

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Resize

func (m Model) Resize(width, height int) pages.Model

func (Model) ShortHelp

func (m Model) ShortHelp() []key.Binding

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) View

func (m Model) View() string

func (Model) Width

func (m Model) Width() int

type Options

type Options struct {
	Client     *r53.Client
	Metadata   imds.Metadata
	DomainName string
}

type Styles

type Styles struct {
	PrimaryLabel   lipgloss.Style
	SecondaryLabel lipgloss.Style
	Spacing        string
	PendingStatus  lipgloss.Style
	ActiveStatus   lipgloss.Style
	Highlight      lipgloss.Style
}

func DefaultStyles

func DefaultStyles() *Styles

Jump to

Keyboard shortcuts

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