Documentation
¶
Index ¶
- type AuditInfoMsg
- type CleanCA
- type CleanEpilogue
- type CleanPreflight
- type CleanedStoreMsg
- type CleaningStoreMsg
- type ExpectedCAsMsg
- type HandleMsg
- type PreflightFinishedMsg
- type TargetCAsMsg
- type TrustPreflight
- type TrustSignInHint
- type TrustStoreInstalledCAMsg
- type TrustStoreInstallingCAMsg
- type TrustUpdateStore
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 {
Config *cli.Config
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 TargetCAsMsg ¶
type TargetCAsMsg []*truststore.CA
type TrustPreflight ¶ added in v0.0.10
type TrustPreflight struct {
Config *cli.Config
ConfirmCh chan<- struct{}
// contains filtered or unexported fields
}
func (*TrustPreflight) Init ¶ added in v0.0.10
func (m *TrustPreflight) Init() tea.Cmd
func (*TrustPreflight) View ¶ added in v0.0.10
func (m *TrustPreflight) View() string
type TrustSignInHint ¶ added in v0.0.11
type TrustSignInHint struct{}
func (TrustSignInHint) Init ¶ added in v0.0.11
func (TrustSignInHint) Init() tea.Cmd
func (*TrustSignInHint) View ¶ added in v0.0.11
func (m *TrustSignInHint) View() string
type TrustStoreInstalledCAMsg ¶ added in v0.0.10
type TrustStoreInstalledCAMsg struct {
truststore.CA
}
type TrustStoreInstallingCAMsg ¶ added in v0.0.10
type TrustStoreInstallingCAMsg struct {
truststore.CA
}
type TrustUpdateStore ¶ added in v0.0.10
type TrustUpdateStore struct {
Store truststore.Store
// contains filtered or unexported fields
}
func (*TrustUpdateStore) Init ¶ added in v0.0.10
func (m *TrustUpdateStore) Init() tea.Cmd
func (*TrustUpdateStore) View ¶ added in v0.0.10
func (m *TrustUpdateStore) View() string
Click to show internal directories.
Click to hide internal directories.