components

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthList

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

func InitAuthList

func InitAuthList() AuthList

func (AuthList) GetSelectedAuthVals

func (m AuthList) GetSelectedAuthVals() []string

func (AuthList) Init

func (m AuthList) Init() tea.Cmd

func (AuthList) Update

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

func (AuthList) View

func (m AuthList) View() string

type Confirm

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

func InitConfirm

func InitConfirm() Confirm

func (Confirm) GetConfVal

func (m Confirm) GetConfVal() bool

func (Confirm) Init

func (m Confirm) Init() tea.Cmd

func (Confirm) Update

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

func (Confirm) View

func (m Confirm) View() string

type FinalSummary

type FinalSummary struct {
	Name      string
	Framework string
	Auth      []string
}

type ListModel

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

func InitList

func InitList() ListModel

func (ListModel) GetSelectedVal

func (m ListModel) GetSelectedVal() string

func (ListModel) Init

func (m ListModel) Init() tea.Cmd

func (ListModel) Update

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

func (ListModel) View

func (m ListModel) View() string

type NeedAuth

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

func InitAuth

func InitAuth() NeedAuth

func (NeedAuth) Init

func (m NeedAuth) Init() tea.Cmd

func (NeedAuth) NeedsAuth

func (m NeedAuth) NeedsAuth() bool

func (NeedAuth) Update

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

func (NeedAuth) View

func (m NeedAuth) View() string

type Summary

type Summary struct {
	Name         string
	Framework    string
	Auth         []string
	Confirmation bool
	// contains filtered or unexported fields
}

func InitSummary

func InitSummary(name string, framework string, auth []string) Summary

func (Summary) GetConfirmation

func (m Summary) GetConfirmation() bool

func (Summary) Init

func (m Summary) Init() tea.Cmd

func (Summary) Update

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

func (Summary) View

func (m Summary) View() string

type Textmodel

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

func InitText

func InitText() Textmodel

func (Textmodel) GetProjName

func (m Textmodel) GetProjName() string

func (Textmodel) Init

func (m Textmodel) Init() tea.Cmd

func (Textmodel) Update

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

func (Textmodel) View

func (m Textmodel) View() string

func (Textmodel) WasEscaped

func (m Textmodel) WasEscaped() bool

Jump to

Keyboard shortcuts

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