Documentation
¶
Index ¶
- func RenderUI(stacks []types.Stack, awsCfgs map[string]aws.Config, checkOnStart bool) error
- func RightPadTrim(s string, length int) string
- func StackChosen(index int, si stackItem) tea.Cmd
- func Trim(s string, length int) string
- type CheckStackStatus
- type CredentialsRefreshedMsg
- type DiffFinishedMsg
- type Model
- type ShowDiffFinished
- type ShowErrorFinishedMsg
- type ShowFileFinished
- type TemplateFetchedMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RightPadTrim ¶
func StackChosen ¶
Types ¶
type CheckStackStatus ¶
type CheckStackStatus struct {
// contains filtered or unexported fields
}
type CredentialsRefreshedMsg ¶
type CredentialsRefreshedMsg struct {
// contains filtered or unexported fields
}
type DiffFinishedMsg ¶
type DiffFinishedMsg struct{}
type Model ¶ added in v1.2.0
type Model struct {
// contains filtered or unexported fields
}
func InitialModel ¶
type ShowDiffFinished ¶
type ShowDiffFinished struct {
// contains filtered or unexported fields
}
type ShowErrorFinishedMsg ¶
type ShowErrorFinishedMsg struct{}
type ShowFileFinished ¶
type ShowFileFinished struct {
// contains filtered or unexported fields
}
type TemplateFetchedMsg ¶
type TemplateFetchedMsg struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.