models

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetectCategory

type DetectCategory struct {
	ChoiceCh chan<- string
	Results  detection.Results
	// contains filtered or unexported fields
}

func (*DetectCategory) Init

func (m *DetectCategory) Init() tea.Cmd

func (*DetectCategory) Update

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

func (*DetectCategory) View

func (m *DetectCategory) View() string

type DetectName

type DetectName struct {
	InputCh chan<- string

	Default string
	// contains filtered or unexported fields
}

func (*DetectName) Init

func (m *DetectName) Init() tea.Cmd

func (*DetectName) Update

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

func (*DetectName) View

func (m *DetectName) View() string

type DetectPreamble

type DetectPreamble struct {
	// contains filtered or unexported fields
}

func (*DetectPreamble) Init

func (m *DetectPreamble) Init() tea.Cmd

func (*DetectPreamble) Update

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

func (*DetectPreamble) View

func (m *DetectPreamble) View() string

type Diagnostic

type Diagnostic struct {
	ConfirmCh chan<- struct{}

	Domain, Port, Scheme string
	ShowHeader           bool
	// contains filtered or unexported fields
}

func (Diagnostic) Init

func (Diagnostic) Init() tea.Cmd

func (*Diagnostic) Update

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

func (Diagnostic) View

func (m Diagnostic) View() string

type DiagnosticSuccess

type DiagnosticSuccess struct {
	Org, Realm, CA string
}

func (DiagnosticSuccess) Init

func (DiagnosticSuccess) Init() tea.Cmd

func (DiagnosticSuccess) Update

func (m DiagnosticSuccess) Update(tea.Msg) (tea.Model, tea.Cmd)

func (DiagnosticSuccess) View

func (m DiagnosticSuccess) View() string

type DomainInput

type DomainInput struct {
	InputCh chan<- string

	Default    string
	Domain     string
	TLD        string
	SkipHeader bool
	// contains filtered or unexported fields
}

func (*DomainInput) Init

func (m *DomainInput) Init() tea.Cmd

func (*DomainInput) Update

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

func (*DomainInput) View

func (m *DomainInput) View() string

type LclPreamble

type LclPreamble struct{}

func (LclPreamble) Init

func (LclPreamble) Init() tea.Cmd

func (LclPreamble) Update

func (m LclPreamble) Update(tea.Msg) (tea.Model, tea.Cmd)

func (LclPreamble) View

func (m LclPreamble) View() string

type LclScan

type LclScan struct {
	// contains filtered or unexported fields
}

func (*LclScan) Init

func (m *LclScan) Init() tea.Cmd

func (*LclScan) Update

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

func (*LclScan) View

func (m *LclScan) View() string

type OpenSetupGuideMsg

type OpenSetupGuideMsg string

type OpenURLMsg

type OpenURLMsg string

type ProvisionService

type ProvisionService struct {
	Name, ServerType string

	Domains []string
	// contains filtered or unexported fields
}

func (*ProvisionService) Init

func (m *ProvisionService) Init() tea.Cmd

func (*ProvisionService) Update

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

func (*ProvisionService) View

func (m *ProvisionService) View() string

type ScanFinishedMsg

type ScanFinishedMsg struct{}

type ServiceProvisionedMsg

type ServiceProvisionedMsg struct{}

type SetupGuidePrompt

type SetupGuidePrompt struct {
	ConfirmCh chan<- struct{}
	// contains filtered or unexported fields
}

func (SetupGuidePrompt) Init

func (SetupGuidePrompt) Init() tea.Cmd

func (*SetupGuidePrompt) Update

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

func (SetupGuidePrompt) View

func (m SetupGuidePrompt) View() string

Jump to

Keyboard shortcuts

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