project

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: GPL-3.0 Imports: 16 Imported by: 0

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) Update

func (m ModelListProject) Update(msg tea.Msg) (tea.Model, 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) Update

func (m ModelMakeProject) Update(msg tea.Msg) (tea.Model, 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) Update

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

func (ModelPickProject) View

func (m ModelPickProject) View() string

Jump to

Keyboard shortcuts

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