Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AbortError error = errors.New("command aborted")
Functions ¶
func SetKeyTypeCmd ¶
func SetKeyTypeCmd(keyType string) tea.Cmd
Types ¶
type FormPage ¶
type FormPage struct {
Common *common.Common
KeyType string
// contains filtered or unexported fields
}
func NewFormPage ¶
func NewFormPage(c *common.Common, keyType string) FormPage
type KeyTypeItem ¶
type KeyTypeItem string
func (KeyTypeItem) Description ¶
func (i KeyTypeItem) Description() string
func (KeyTypeItem) FilterValue ¶
func (i KeyTypeItem) FilterValue() string
type KeyTypePage ¶
type KeyTypePage struct {
Common *common.Common
// contains filtered or unexported fields
}
func NewKeyTypePage ¶
func NewKeyTypePage(c *common.Common) KeyTypePage
type SecretInfo ¶
type SecretInfo struct {
Parts map[string]string
Cfg *config.Config
}
type SetKeyTypeMsg ¶
type SetKeyTypeMsg string
Click to show internal directories.
Click to hide internal directories.