models

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: MIT Imports: 7 Imported by: 0

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 {
	Config *cli.Config

	CA        *truststore.CA
	ConfirmCh chan<- struct{}
	// contains filtered or unexported fields
}

func (*CleanCA) Init

func (c *CleanCA) Init() tea.Cmd

func (*CleanCA) Update

func (c *CleanCA) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*CleanCA) View

func (c *CleanCA) View() string

type CleanEpilogue

type CleanEpilogue struct {
	Count int
}

func (CleanEpilogue) Init

func (CleanEpilogue) Init() tea.Cmd

func (CleanEpilogue) Update

func (c CleanEpilogue) Update(tea.Msg) (tea.Model, 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) Update

func (c *CleanPreflight) Update(msg tea.Msg) (tea.Model, 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 HandleMsg

type HandleMsg string

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) Update added in v0.0.10

func (m *TrustPreflight) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*TrustPreflight) View added in v0.0.10

func (m *TrustPreflight) 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) Update added in v0.0.10

func (m *TrustUpdateStore) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*TrustUpdateStore) View added in v0.0.10

func (m *TrustUpdateStore) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL