Documentation ¶
Index ¶
- type BasicESModel
- type ContinueModel
- func (m *ContinueModel) Init() tea.Cmd
- func (m *ContinueModel) Next() (model.Model, tea.Cmd)
- func (m *ContinueModel) SetPreModel(preModel model.Model)
- func (m *ContinueModel) SetTitle(title string)
- func (m *ContinueModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *ContinueModel) View() string
- type DataModel
- type ExternalSecretModel
- type JMESModel
- type ReplaceModel
- type SecretStoreRefModel
- func (m *SecretStoreRefModel) Init() tea.Cmd
- func (m *SecretStoreRefModel) Next() (model.Model, tea.Cmd)
- func (m *SecretStoreRefModel) SetPreModel(preModel model.Model)
- func (m *SecretStoreRefModel) SetType(isProcess bool)
- func (m *SecretStoreRefModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *SecretStoreRefModel) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicESModel ¶
type BasicESModel struct {
// contains filtered or unexported fields
}
func (*BasicESModel) Init ¶
func (m *BasicESModel) Init() tea.Cmd
func (*BasicESModel) SetPreModel ¶
func (m *BasicESModel) SetPreModel(preModel model.Model)
func (*BasicESModel) SetType ¶
func (m *BasicESModel) SetType(isProcess bool)
func (*BasicESModel) View ¶
func (m *BasicESModel) View() string
type ContinueModel ¶
type ContinueModel struct {
// contains filtered or unexported fields
}
func (*ContinueModel) Init ¶
func (m *ContinueModel) Init() tea.Cmd
func (*ContinueModel) SetPreModel ¶
func (m *ContinueModel) SetPreModel(preModel model.Model)
func (*ContinueModel) SetTitle ¶
func (m *ContinueModel) SetTitle(title string)
func (*ContinueModel) View ¶
func (m *ContinueModel) View() string
type DataModel ¶
type DataModel struct {
// contains filtered or unexported fields
}
func (*DataModel) SetPreModel ¶
type ExternalSecretModel ¶
type ExternalSecretModel struct {
// contains filtered or unexported fields
}
func (*ExternalSecretModel) Init ¶
func (m *ExternalSecretModel) Init() tea.Cmd
func (*ExternalSecretModel) SetPreModel ¶
func (m *ExternalSecretModel) SetPreModel(preModel model.Model)
func (*ExternalSecretModel) View ¶
func (m *ExternalSecretModel) View() string
type JMESModel ¶
type JMESModel struct {
// contains filtered or unexported fields
}
func (*JMESModel) SetPreModel ¶
type ReplaceModel ¶
type ReplaceModel struct {
// contains filtered or unexported fields
}
func (*ReplaceModel) Init ¶
func (m *ReplaceModel) Init() tea.Cmd
func (*ReplaceModel) SetPreModel ¶
func (m *ReplaceModel) SetPreModel(preModel model.Model)
func (*ReplaceModel) View ¶
func (m *ReplaceModel) View() string
type SecretStoreRefModel ¶
type SecretStoreRefModel struct {
// contains filtered or unexported fields
}
func InitSecretStoreRefModel ¶
func InitSecretStoreRefModel() *SecretStoreRefModel
func (*SecretStoreRefModel) Init ¶
func (m *SecretStoreRefModel) Init() tea.Cmd
func (*SecretStoreRefModel) SetPreModel ¶
func (m *SecretStoreRefModel) SetPreModel(preModel model.Model)
func (*SecretStoreRefModel) SetType ¶
func (m *SecretStoreRefModel) SetType(isProcess bool)
func (*SecretStoreRefModel) View ¶
func (m *SecretStoreRefModel) View() string
Click to show internal directories.
Click to hide internal directories.