models

package
v0.0.34 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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 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 TrustAuditHint added in v0.0.33

type TrustAuditHint struct{}

func (*TrustAuditHint) Init added in v0.0.33

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

func (*TrustAuditHint) Update added in v0.0.33

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

func (*TrustAuditHint) View added in v0.0.33

func (m *TrustAuditHint) 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 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 TrustHeader added in v0.0.33

type TrustHeader struct{}

func (*TrustHeader) Init added in v0.0.33

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

func (*TrustHeader) Update added in v0.0.33

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

func (*TrustHeader) View added in v0.0.33

func (m *TrustHeader) View() string

type TrustHint added in v0.0.33

type TrustHint struct{}

func (*TrustHint) Init added in v0.0.33

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

func (*TrustHint) Update added in v0.0.33

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

func (*TrustHint) View added in v0.0.33

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

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