Documentation
¶
Index ¶
- func InstallDependenciesWithUI(args ...string) error
- func LogViewer(args ...string) error
- func NavigateAndExecuteApplication(apps []string, path string, yes bool, quiet bool) error
- func NavigateAndExecuteLoader(messages chan tea.Msg) error
- func StartLoader(messages chan tea.Msg) error
- type AppDepsModel
- type LoaderCloseMsg
- type LoaderMsg
- type LogViewerModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartLoader ¶
Types ¶
type AppDepsModel ¶
type AppDepsModel struct {
// contains filtered or unexported fields
}
func NewAppDepsModel ¶
func NewAppDepsModel(apps []string, path string, yes bool, quiet bool) AppDepsModel
func (*AppDepsModel) Init ¶
func (m *AppDepsModel) Init() tea.Cmd
func (*AppDepsModel) View ¶
func (m *AppDepsModel) View() string
type LoaderCloseMsg ¶
type LoaderCloseMsg struct{}
type LogViewerModel ¶
type LogViewerModel struct {
// contains filtered or unexported fields
}
func (*LogViewerModel) Init ¶
func (m *LogViewerModel) Init() tea.Cmd
func (*LogViewerModel) View ¶
func (m *LogViewerModel) View() string
Click to show internal directories.
Click to hide internal directories.