Documentation ¶
Index ¶
- type InfoModel
- type SecretModel
- func (m *SecretModel) Init() tea.Cmd
- func (m *SecretModel) Next() (model.Model, tea.Cmd)
- func (m *SecretModel) SetInfo(info, name, namespace, key string, load bool)
- func (m *SecretModel) SetPreModel(preModel model.Model)
- func (m *SecretModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *SecretModel) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoModel ¶
type InfoModel struct {
// contains filtered or unexported fields
}
func (*InfoModel) SetPreModel ¶
type SecretModel ¶
type SecretModel struct {
// contains filtered or unexported fields
}
func (*SecretModel) Init ¶
func (m *SecretModel) Init() tea.Cmd
func (*SecretModel) SetInfo ¶
func (m *SecretModel) SetInfo(info, name, namespace, key string, load bool)
func (*SecretModel) SetPreModel ¶
func (m *SecretModel) SetPreModel(preModel model.Model)
func (*SecretModel) View ¶
func (m *SecretModel) View() string
Click to show internal directories.
Click to hide internal directories.