models

package
v0.0.28 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 8 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 CACleanedMsg added in v0.0.13

type CACleanedMsg struct {
	truststore.Store
}

type CACleaningMsg added in v0.0.13

type CACleaningMsg 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 TrustAuditHeader added in v0.0.23

type TrustAuditHeader struct{}

func (*TrustAuditHeader) Init added in v0.0.23

func (m *TrustAuditHeader) Init() tea.Cmd

func (*TrustAuditHeader) Update added in v0.0.23

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

func (*TrustAuditHeader) View added in v0.0.23

func (m *TrustAuditHeader) View() string

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

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

func (*TrustAuditInfo) View added in v0.0.23

func (m *TrustAuditInfo) View() string

type TrustAuditScan added in v0.0.23

type TrustAuditScan struct {
	// contains filtered or unexported fields
}

func (*TrustAuditScan) Init added in v0.0.23

func (m *TrustAuditScan) Init() tea.Cmd

func (*TrustAuditScan) Update added in v0.0.23

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

func (*TrustAuditScan) View added in v0.0.23

func (m *TrustAuditScan) View() string

type TrustAuditScanFinishedMsg added in v0.0.23

type TrustAuditScanFinishedMsg bool

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

func (m *TrustCleanAudit) Update(msg tea.Msg) (tea.Model, 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) Update added in v0.0.13

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

func (*TrustCleanCA) View added in v0.0.13

func (m *TrustCleanCA) View() string

type TrustCleanHeader added in v0.0.13

type TrustCleanHeader struct{}

func (*TrustCleanHeader) Init added in v0.0.13

func (m *TrustCleanHeader) Init() tea.Cmd

func (*TrustCleanHeader) Update added in v0.0.13

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

func (*TrustCleanHeader) View added in v0.0.13

func (m *TrustCleanHeader) View() string

type TrustCleanHint added in v0.0.13

type TrustCleanHint struct {
	CertStates, TrustStores []string
	// contains filtered or unexported fields
}

func (*TrustCleanHint) Init added in v0.0.13

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

func (*TrustCleanHint) Update added in v0.0.13

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

func (*TrustCleanHint) View added in v0.0.13

func (c *TrustCleanHint) View() string

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 TrustSignInHint added in v0.0.11

type TrustSignInHint struct{}

func (TrustSignInHint) Init added in v0.0.11

func (TrustSignInHint) Init() tea.Cmd

func (*TrustSignInHint) Update added in v0.0.11

func (m *TrustSignInHint) Update(tea.Msg) (tea.Model, 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) 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