credential

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: 13 Imported by: 0

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

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

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

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

func (ModelMakeCredential) View

func (m ModelMakeCredential) View() string

Jump to

Keyboard shortcuts

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