Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelListNote ¶
type ModelListNote struct {
Width int
Height int
ProjectId string
ProjectPickerLastTabIndex int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelListNote ¶
func NewModelListNote(session *ssh.Session, lfi *constant.ListNoteInput) (*ModelListNote, error)
func (ModelListNote) Init ¶
func (m ModelListNote) Init() tea.Cmd
func (ModelListNote) View ¶
func (m ModelListNote) View() string
type ModelMakeNote ¶
type ModelMakeNote struct {
Width int
Height int
ProjectId string
NoteId string
ProjectPickerLastTabIndex int
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelMakeNote ¶
func NewModelMakeNote(session *ssh.Session, mfi *constant.MakeNoteInput) (*ModelMakeNote, error)
func (ModelMakeNote) Init ¶
func (m ModelMakeNote) Init() tea.Cmd
func (ModelMakeNote) View ¶
func (m ModelMakeNote) View() string
Click to show internal directories.
Click to hide internal directories.