cmd

package
v0.0.0-...-e77751c Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppModel

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

func InitialAppModel

func InitialAppModel(store *store.Store) AppModel

func (AppModel) Init

func (m AppModel) Init() tea.Cmd

func (AppModel) Update

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

func (AppModel) View

func (m AppModel) View() string

type AppState

type AppState int
const (
	EntryInputView AppState = iota
	ScopeInputView
	TypeSelectView
	TicketInputView
)

type Data

type Data struct {
	Entry store.Entry
	Scope store.Scope
	Type  string
	Issue string
}

type IssueSearchModel

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

func NewIssueSearchModel

func NewIssueSearchModel(entry, selectedType string, store *store.Store) IssueSearchModel

func (IssueSearchModel) Init

func (m IssueSearchModel) Init() tea.Cmd

func (IssueSearchModel) Update

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

func (IssueSearchModel) View

func (m IssueSearchModel) View() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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