session

package
v0.0.0-...-b513964 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LoadingStoreState = iota
	BrowseState
	ErrorState
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionModel

type SessionModel struct {

	// json
	InputJson string
	Result    string
	// contains filtered or unexported fields
}

func New

func New(path string, stdin string) *SessionModel

func (*SessionModel) Init

func (m *SessionModel) Init() tea.Cmd

func (*SessionModel) Update

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

func (*SessionModel) View

func (m *SessionModel) View() string

Jump to

Keyboard shortcuts

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