authenticator

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2025 License: GPL-3.0 Imports: 15 Imported by: 0

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

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

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

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

func (ModelMakeProject) View

func (m ModelMakeProject) View() string

Jump to

Keyboard shortcuts

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