Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) 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) 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) 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) View ¶
func (m WorkspaceListModel) View() string
Click to show internal directories.
Click to hide internal directories.