Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelCopyAuthenticator ¶
type ModelCopyAuthenticator struct { Width int Height int ProjectId string ProjectPickerLastTabIndex int AuthenticatorId string Session *ssh.Session // contains filtered or unexported fields }
func NewModelCopyAuthenticator ¶
func NewModelCopyAuthenticator(session *ssh.Session, cai *constant.CopyAuthenticatorInput) (*ModelCopyAuthenticator, error)
func (ModelCopyAuthenticator) Init ¶
func (m ModelCopyAuthenticator) Init() tea.Cmd
func (ModelCopyAuthenticator) View ¶
func (m ModelCopyAuthenticator) View() string
type ModelListAuthenticator ¶
type ModelListAuthenticator struct { Width int Height int ProjectId string ProjectTitle string ProjectPickerLastTabIndex int Session *ssh.Session // contains filtered or unexported fields }
func NewModelListAuthenticator ¶
func NewModelListAuthenticator(session *ssh.Session, lci *constant.ListAuthenticatorInput) (*ModelListAuthenticator, error)
func (ModelListAuthenticator) Init ¶
func (m ModelListAuthenticator) Init() tea.Cmd
func (ModelListAuthenticator) View ¶
func (m ModelListAuthenticator) View() string
type ModelMakeProject ¶
type ModelMakeProject struct { Width int Height int ProjectId string AuthenticatorId string ProjectPickerLastTabIndex int Session *ssh.Session // contains filtered or unexported fields }
func NewModelMakeAuthenticator ¶
func NewModelMakeAuthenticator(session *ssh.Session, mai *constant.MakeAuthenticatorInput) (*ModelMakeProject, error)
func (ModelMakeProject) Init ¶
func (m ModelMakeProject) Init() tea.Cmd
func (ModelMakeProject) View ¶
func (m ModelMakeProject) View() string
Click to show internal directories.
Click to hide internal directories.