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
type ModelViewNote ¶ added in v0.2.1
type ModelViewNote struct { Width int Height int ProjectId string NoteId string ProjectPickerLastTabIndex int Session *ssh.Session // contains filtered or unexported fields }
func NewModelViewNote ¶ added in v0.2.1
func NewModelViewNote(session *ssh.Session, mfi *constant.ViewNoteInput) (*ModelViewNote, error)
func (ModelViewNote) Init ¶ added in v0.2.1
func (m ModelViewNote) Init() tea.Cmd
func (ModelViewNote) View ¶ added in v0.2.1
func (m ModelViewNote) View() string
Click to show internal directories.
Click to hide internal directories.