Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelCopyCredential ¶
type ModelCopyCredential struct {
Width int
Height int
ProjectId string
ProjectPickerLastTabIndex int
AuthenticatorId string
CredentialId string
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelCopyCredential ¶
func NewModelCopyCredential(session *ssh.Session, cci *constant.CopyCredentialInput) (*ModelCopyCredential, error)
func (ModelCopyCredential) Init ¶
func (m ModelCopyCredential) Init() tea.Cmd
func (ModelCopyCredential) View ¶
func (m ModelCopyCredential) View() string
type ModelListCredential ¶
type ModelListCredential struct {
Width int
Height int
OnlyCleartext bool
ProjectId string
ProjectPickerLastTabIndex int
AuthenticatorId string
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelListCredential ¶
func NewModelListCredential(session *ssh.Session, lfi *constant.ListCredentialInput) (*ModelListCredential, error)
func (ModelListCredential) Init ¶
func (m ModelListCredential) Init() tea.Cmd
func (ModelListCredential) View ¶
func (m ModelListCredential) View() string
type ModelMakeCredential ¶
type ModelMakeCredential struct {
Width int
Height int
ProjectId string
ProjectPickerLastTabIndex int
AuthenticatorId string
CredentialId string
Session *ssh.Session
// contains filtered or unexported fields
}
func NewModelMakeCredential ¶
func NewModelMakeCredential(session *ssh.Session, mci *constant.MakeCredentialInput) (*ModelMakeCredential, error)
func (ModelMakeCredential) Init ¶
func (m ModelMakeCredential) Init() tea.Cmd
func (ModelMakeCredential) View ¶
func (m ModelMakeCredential) View() string
Click to show internal directories.
Click to hide internal directories.