Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuditInfoMsg ¶
type AuditInfoMsg *truststore.AuditInfo
type CleanCA ¶
type CleanCA struct {
CA *truststore.CA
ConfirmCh chan<- struct{}
// contains filtered or unexported fields
}
type CleanEpilogue ¶
type CleanEpilogue struct {
Count int
}
func (CleanEpilogue) Init ¶
func (CleanEpilogue) Init() tea.Cmd
func (CleanEpilogue) View ¶
func (c CleanEpilogue) View() string
type CleanPreflight ¶
type CleanPreflight struct {
CertStates, TrustStores []string
// contains filtered or unexported fields
}
func (*CleanPreflight) Init ¶
func (c *CleanPreflight) Init() tea.Cmd
func (*CleanPreflight) View ¶
func (c *CleanPreflight) View() string
type CleanedStoreMsg ¶
type CleanedStoreMsg struct {
truststore.Store
}
type CleaningStoreMsg ¶
type CleaningStoreMsg struct {
truststore.Store
}
type ExpectedCAsMsg ¶
type ExpectedCAsMsg []*truststore.CA
type PreflightFinishedMsg ¶
type PreflightFinishedMsg struct{}
type SyncInstallCA ¶
type SyncInstallCA struct {
CA *truststore.CA
// contains filtered or unexported fields
}
func (*SyncInstallCA) Init ¶
func (m *SyncInstallCA) Init() tea.Cmd
func (*SyncInstallCA) View ¶
func (m *SyncInstallCA) View() string
type SyncInstalledCAMsg ¶
type SyncInstalledCAMsg struct {
truststore.Store
}
type SyncInstallingCAMsg ¶
type SyncInstallingCAMsg struct {
truststore.Store
}
type SyncPreflight ¶
type SyncPreflight struct {
NonInteractive bool
ConfirmCh chan<- struct{}
// contains filtered or unexported fields
}
func (*SyncPreflight) Init ¶
func (m *SyncPreflight) Init() tea.Cmd
func (*SyncPreflight) View ¶
func (m *SyncPreflight) View() string
type TargetCAsMsg ¶
type TargetCAsMsg []*truststore.CA
Click to show internal directories.
Click to hide internal directories.