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 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 SyncStoreInstalledCAMsg ¶ added in v0.0.9
type SyncStoreInstalledCAMsg struct {
truststore.CA
}
type SyncStoreInstallingCAMsg ¶ added in v0.0.9
type SyncStoreInstallingCAMsg struct {
truststore.CA
}
type SyncUpdateStore ¶ added in v0.0.9
type SyncUpdateStore struct {
Store truststore.Store
// contains filtered or unexported fields
}
func (*SyncUpdateStore) Init ¶ added in v0.0.9
func (m *SyncUpdateStore) Init() tea.Cmd
func (*SyncUpdateStore) View ¶ added in v0.0.9
func (m *SyncUpdateStore) View() string
type TargetCAsMsg ¶
type TargetCAsMsg []*truststore.CA
Click to show internal directories.
Click to hide internal directories.