ui

package
v0.0.1-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 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 NewModel

func NewModel(client *tfc.Client) Model

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

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

func (Model) View

func (m Model) View() string

type OrganizationListModel

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

func NewOrganizationListModel

func NewOrganizationListModel(client *tfc.Client) OrganizationListModel

func (OrganizationListModel) Init

func (m OrganizationListModel) Init() tea.Cmd

func (OrganizationListModel) Update

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

func (OrganizationListModel) View

func (m OrganizationListModel) View() string

type RunDetailModel

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

func NewRunDetailModel

func NewRunDetailModel(client *tfc.Client) RunDetailModel

func (RunDetailModel) Init

func (m RunDetailModel) Init() tea.Cmd

func (*RunDetailModel) SetRun

func (m *RunDetailModel) SetRun(run *tfe.Run)

func (RunDetailModel) Update

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

func (RunDetailModel) View

func (m RunDetailModel) View() string

type RunsListModel

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

func NewRunsListModel

func NewRunsListModel(client *tfc.Client) RunsListModel

func (RunsListModel) Init

func (m RunsListModel) Init() tea.Cmd

func (*RunsListModel) SetWorkspace

func (m *RunsListModel) SetWorkspace(ws *tfe.Workspace)

func (RunsListModel) Update

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

func (RunsListModel) View

func (m RunsListModel) View() string

type WorkspaceListModel

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

func NewWorkspaceListModel

func NewWorkspaceListModel(client *tfc.Client) WorkspaceListModel

func (WorkspaceListModel) Init

func (m WorkspaceListModel) Init() tea.Cmd

func (WorkspaceListModel) Update

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

func (WorkspaceListModel) View

func (m WorkspaceListModel) View() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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