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) 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) 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) 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) 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) 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) View ¶
func (m *DomainInput) View() string
type LclPreamble ¶
type LclPreamble struct{}
func (LclPreamble) Init ¶
func (LclPreamble) Init() tea.Cmd
func (LclPreamble) View ¶
func (m LclPreamble) 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) 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) View ¶
func (m SetupGuidePrompt) View() string
Click to show internal directories.
Click to hide internal directories.