Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TrustAuditHeader = ui.Section{ Name: "TrustAuditHeader", Model: ui.MessageLines{ ui.Header(fmt.Sprintf("Audit CA Certificates in Your Local Trust Store(s) %s", ui.Whisper("`anchor trust audit`"))), }, } TrustAuditHint = ui.Section{ Name: "TrustAuditHint", Model: ui.MessageLines{ ui.StepHint("We'll compare your CA certificates from Anchor and your local trust stores."), }, } )
View Source
var ( TrustHeader = ui.Section{ Name: "TrustHeader", Model: ui.MessageLines{ ui.Header(fmt.Sprintf("Manage CA Certificates in your Local Trust Store(s) %s", ui.Whisper("`anchor trust`"))), }, } TrustHint = ui.Section{ Name: "TrustHint", Model: ui.MessageLines{ ui.StepHint("We'll check your local trust stores and make any needed updates."), }, } )
Functions ¶
This section is empty.
Types ¶
type CACleanedMsg ¶ added in v0.0.13
type CACleanedMsg struct {
truststore.Store
}
type CACleaningMsg ¶ added in v0.0.13
type CACleaningMsg struct {
truststore.Store
}
type TrustAuditInfo ¶ added in v0.0.23
type TrustAuditInfo struct {
AuditInfo *truststore.AuditInfo
Stores []truststore.Store
}
func (*TrustAuditInfo) Init ¶ added in v0.0.23
func (m *TrustAuditInfo) Init() tea.Cmd
func (*TrustAuditInfo) View ¶ added in v0.0.23
func (m *TrustAuditInfo) View() string
type TrustCleanAudit ¶ added in v0.0.13
type TrustCleanAudit struct {
// contains filtered or unexported fields
}
func (*TrustCleanAudit) Init ¶ added in v0.0.13
func (m *TrustCleanAudit) Init() tea.Cmd
func (*TrustCleanAudit) View ¶ added in v0.0.13
func (m *TrustCleanAudit) View() string
type TrustCleanCA ¶ added in v0.0.13
type TrustCleanCA struct {
Config *cli.Config
CA *truststore.CA
ConfirmCh chan<- struct{}
// contains filtered or unexported fields
}
func (*TrustCleanCA) Init ¶ added in v0.0.13
func (m *TrustCleanCA) Init() tea.Cmd
func (*TrustCleanCA) View ¶ added in v0.0.13
func (m *TrustCleanCA) View() string
type TrustCleanHint ¶ added in v0.0.13
type TrustCleanHint struct {
CertStates, TrustStores []string
}
func (*TrustCleanHint) Init ¶ added in v0.0.13
func (c *TrustCleanHint) Init() tea.Cmd
func (*TrustCleanHint) View ¶ added in v0.0.13
func (c *TrustCleanHint) View() string
type TrustStoreExistingCAMsg ¶ added in v0.1.7
type TrustStoreExistingCAMsg struct {
truststore.CA
}
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 TrustUpdateConfirm ¶ added in v0.0.33
type TrustUpdateConfirm struct {
ConfirmCh chan<- struct{}
}
func (*TrustUpdateConfirm) Init ¶ added in v0.0.33
func (m *TrustUpdateConfirm) Init() tea.Cmd
func (*TrustUpdateConfirm) View ¶ added in v0.0.33
func (m *TrustUpdateConfirm) View() string
type TrustUpdateStore ¶ added in v0.0.10
type TrustUpdateStore struct {
Config *cli.Config
MissingCount int
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.