Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelListFlag ¶
type ModelListFlag struct {
Width int
Height int
ProjectId string
ProjectPickerLastTabIndex int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelListFlag ¶
func NewModelListFlag(session *ssh.Session, lfi *constant.ListFlagInput) (*ModelListFlag, error)
func (ModelListFlag) Init ¶
func (m ModelListFlag) Init() tea.Cmd
func (ModelListFlag) View ¶
func (m ModelListFlag) View() string
type ModelMakeFlag ¶
type ModelMakeFlag struct {
Width int
Height int
ProjectId string
FlagId string
ProjectPickerLastTabIndex int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelMakeFlag ¶
func NewModelMakeFlag(session *ssh.Session, mfi *constant.MakeFlagInput) (*ModelMakeFlag, error)
func (ModelMakeFlag) Init ¶
func (m ModelMakeFlag) Init() tea.Cmd
func (ModelMakeFlag) View ¶
func (m ModelMakeFlag) View() string
Click to show internal directories.
Click to hide internal directories.