Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelListProject ¶
type ModelListProject struct {
Width int
Height int
Session *ssh.Session
ProjectId string
// contains filtered or unexported fields
}
func NewModelListProject ¶
func NewModelListProject(session *ssh.Session, lpi *constant.ListProjectInput) (*ModelListProject, error)
func (ModelListProject) Init ¶
func (m ModelListProject) Init() tea.Cmd
func (ModelListProject) View ¶
func (m ModelListProject) View() string
type ModelMakeProject ¶
type ModelMakeProject struct {
Width int
Height int
Session *ssh.Session
ProjectId string
// contains filtered or unexported fields
}
func NewModelMakeProject ¶
func NewModelMakeProject(session *ssh.Session, mpi *constant.MakeProjectInput) (*ModelMakeProject, error)
func (ModelMakeProject) Init ¶
func (m ModelMakeProject) Init() tea.Cmd
func (ModelMakeProject) View ¶
func (m ModelMakeProject) View() string
type ModelPickProject ¶
type ModelPickProject struct {
Width int
Height int
ProjectId string
ProjectTitle string
Tabs []tea.Model
TabTitle []string
ActiveTab int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelPickProject ¶
func NewModelPickProject(session *ssh.Session, lpi *constant.PickProjectInput) (*ModelPickProject, error)
func (ModelPickProject) Init ¶
func (m ModelPickProject) Init() tea.Cmd
func (ModelPickProject) View ¶
func (m ModelPickProject) View() string
Click to show internal directories.
Click to hide internal directories.