Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewParameterListMsg ¶
type NewParameterListMsg struct {
Prefix string
Parameters *models.SSMParameters
}
func (NewParameterListMsg) StatusMessage ¶
func (rs NewParameterListMsg) StatusMessage() string
type SSMController ¶
type SSMController struct {
// contains filtered or unexported fields
}
func New ¶
func New(service *ssmparameters.Service) *SSMController
func (*SSMController) ChangePrefix ¶
func (c *SSMController) ChangePrefix(newPrefix string) tea.Cmd
func (*SSMController) Clone ¶
func (c *SSMController) Clone(param models.SSMParameter) tea.Cmd
func (*SSMController) DeleteParameter ¶
func (c *SSMController) DeleteParameter(param models.SSMParameter) tea.Cmd
func (*SSMController) Fetch ¶
func (c *SSMController) Fetch() tea.Cmd
Click to show internal directories.
Click to hide internal directories.