output

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: May 17, 2023 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Styles = struct {
	LogLabel  lipgloss.Style
	LogLine   lipgloss.Style
	ErrorLine lipgloss.Style
}{
	LogLabel:  lipgloss.NewStyle().Foreground(lipgloss.Color("243")),
	LogLine:   lipgloss.NewStyle().Foreground(lipgloss.Color("252")),
	ErrorLine: lipgloss.NewStyle().Foreground(lipgloss.Color("1")),
}

Functions

This section is empty.

Types

type Output

type Output struct {
	common.Common
	// contains filtered or unexported fields
}

func New

func New(c common.Common, manifestPath string, outputModule string, config *request.RequestConfig) *Output

func (*Output) FullHelp

func (o *Output) FullHelp() [][]key.Binding

func (*Output) Init

func (o *Output) Init() tea.Cmd

func (*Output) SetSize

func (o *Output) SetSize(w, h int)

func (*Output) ShortHelp

func (o *Output) ShortHelp() []key.Binding

func (*Output) Update

func (o *Output) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Output) View

func (o *Output) View() string

Jump to

Keyboard shortcuts

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