Documentation ¶
Index ¶
- type AuditHeader
- type AuditHint
- type AuditResources
- type AuditResourcesFoundMsg
- type AuditResourcesNotFoundMsg
- type AuditTrust
- type AuditTrustMissingMsg
- type AuditUnauthenticated
- type DomainInput
- type DomainResolver
- type DomainStatusMsg
- type LclCleanHeader
- type LclCleanHint
- type LclConfig
- type LclConfigHeader
- type LclConfigHint
- type LclConfigSkip
- type LclConfigSuccess
- type LclHeader
- type LclHint
- type LclPreamble
- type LclSignInHint
- type OpenSetupGuideMsg
- type OpenURLMsg
- type ProvisionService
- type ServiceProvisionedMsg
- type SetupCategory
- type SetupGuidePrompt
- type SetupHeader
- type SetupHint
- type SetupName
- type SetupScan
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditHeader ¶ added in v0.0.11
type AuditHeader struct{}
func (AuditHeader) Init ¶ added in v0.0.11
func (AuditHeader) Init() tea.Cmd
func (*AuditHeader) View ¶ added in v0.0.11
func (m *AuditHeader) View() string
type AuditHint ¶ added in v0.0.11
type AuditHint struct{}
type AuditResources ¶ added in v0.0.11
type AuditResources struct {
// contains filtered or unexported fields
}
func (*AuditResources) Init ¶ added in v0.0.11
func (m *AuditResources) Init() tea.Cmd
func (*AuditResources) View ¶ added in v0.0.11
func (m *AuditResources) View() string
type AuditResourcesFoundMsg ¶ added in v0.0.11
type AuditResourcesFoundMsg struct{}
type AuditResourcesNotFoundMsg ¶ added in v0.0.11
type AuditResourcesNotFoundMsg struct{}
type AuditTrust ¶ added in v0.0.11
type AuditTrust struct {
// contains filtered or unexported fields
}
func (*AuditTrust) Init ¶ added in v0.0.11
func (m *AuditTrust) Init() tea.Cmd
func (*AuditTrust) View ¶ added in v0.0.11
func (m *AuditTrust) View() string
type AuditTrustMissingMsg ¶ added in v0.0.11
type AuditTrustMissingMsg int
type AuditUnauthenticated ¶ added in v0.0.11
type AuditUnauthenticated bool
type DomainInput ¶
type DomainInput struct { InputCh chan<- string Default, Domain, TLD string Prompt, Done string // contains filtered or unexported fields }
func (*DomainInput) Init ¶
func (m *DomainInput) Init() tea.Cmd
func (*DomainInput) View ¶
func (m *DomainInput) View() string
type DomainResolver ¶ added in v0.0.13
type DomainResolver struct { Domain string // contains filtered or unexported fields }
func (*DomainResolver) Init ¶ added in v0.0.13
func (m *DomainResolver) Init() tea.Cmd
func (*DomainResolver) View ¶ added in v0.0.13
func (m *DomainResolver) View() string
type DomainStatusMsg ¶ added in v0.0.13
type DomainStatusMsg bool
type LclCleanHeader ¶ added in v0.0.13
type LclCleanHeader struct{}
func (LclCleanHeader) Init ¶ added in v0.0.13
func (LclCleanHeader) Init() tea.Cmd
func (*LclCleanHeader) View ¶ added in v0.0.13
func (m *LclCleanHeader) View() string
type LclCleanHint ¶ added in v0.0.13
type LclCleanHint struct { TrustStores []string // contains filtered or unexported fields }
func (*LclCleanHint) Init ¶ added in v0.0.13
func (c *LclCleanHint) Init() tea.Cmd
func (*LclCleanHint) View ¶ added in v0.0.13
func (c *LclCleanHint) View() string
type LclConfig ¶ added in v0.0.11
type LclConfig struct { ConfirmCh chan<- struct{} Domain, Port, Scheme string ShowHeader bool // contains filtered or unexported fields }
type LclConfigHeader ¶ added in v0.0.11
type LclConfigHeader struct{}
func (LclConfigHeader) Init ¶ added in v0.0.11
func (LclConfigHeader) Init() tea.Cmd
func (LclConfigHeader) View ¶ added in v0.0.11
func (m LclConfigHeader) View() string
type LclConfigHint ¶ added in v0.0.11
type LclConfigHint struct{}
func (LclConfigHint) Init ¶ added in v0.0.11
func (LclConfigHint) Init() tea.Cmd
func (LclConfigHint) View ¶ added in v0.0.11
func (m LclConfigHint) View() string
type LclConfigSkip ¶ added in v0.0.11
type LclConfigSkip struct{}
func (LclConfigSkip) Init ¶ added in v0.0.11
func (LclConfigSkip) Init() tea.Cmd
func (*LclConfigSkip) View ¶ added in v0.0.11
func (m *LclConfigSkip) View() string
type LclConfigSuccess ¶ added in v0.0.11
type LclConfigSuccess struct {
Org, Realm, CA string
}
func (LclConfigSuccess) Init ¶ added in v0.0.11
func (LclConfigSuccess) Init() tea.Cmd
func (LclConfigSuccess) View ¶ added in v0.0.11
func (m LclConfigSuccess) View() string
type LclPreamble ¶
type LclPreamble struct{}
func (LclPreamble) Init ¶
func (LclPreamble) Init() tea.Cmd
func (LclPreamble) View ¶
func (m LclPreamble) View() string
type LclSignInHint ¶ added in v0.0.11
type LclSignInHint struct{}
func (LclSignInHint) Init ¶ added in v0.0.11
func (LclSignInHint) Init() tea.Cmd
func (*LclSignInHint) View ¶ added in v0.0.11
func (m *LclSignInHint) 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 ServiceProvisionedMsg ¶
type ServiceProvisionedMsg struct{}
type SetupCategory ¶ added in v0.0.11
type SetupCategory struct { ChoiceCh chan<- string Results detection.Results // contains filtered or unexported fields }
func (*SetupCategory) Init ¶ added in v0.0.11
func (m *SetupCategory) Init() tea.Cmd
func (*SetupCategory) View ¶ added in v0.0.11
func (m *SetupCategory) View() string
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
type SetupHeader ¶ added in v0.0.11
type SetupHeader struct{}
func (*SetupHeader) Init ¶ added in v0.0.11
func (m *SetupHeader) Init() tea.Cmd
func (*SetupHeader) View ¶ added in v0.0.11
func (m *SetupHeader) View() string
type SetupHint ¶ added in v0.0.11
type SetupHint struct{}
type SetupName ¶ added in v0.0.11
type SetupName struct { InputCh chan<- string Default string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.