Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConfigView ¶
type AgentConfigView struct {
// contains filtered or unexported fields
}
func NewAgentConfigView ¶
func NewAgentConfigView(agent, action string, sysInfo sysinfo.SysInfo) *AgentConfigView
func (*AgentConfigView) Init ¶
func (a *AgentConfigView) Init() tea.Cmd
func (*AgentConfigView) View ¶
func (a *AgentConfigView) View() string
type AgentRunner ¶
type AgentRunner struct {
// contains filtered or unexported fields
}
func NewAgentRunner ¶
func NewAgentRunner(agent, action string, options map[string]interface{}, sysInfo sysinfo.SysInfo) *AgentRunner
func (*AgentRunner) Init ¶
func (a *AgentRunner) Init() tea.Cmd
func (*AgentRunner) View ¶
func (a *AgentRunner) View() string
type AgentsView ¶
type AgentsView struct {
// contains filtered or unexported fields
}
func NewAgentView ¶
func NewAgentView(sysInfo sysinfo.SysInfo) *AgentsView
func (*AgentsView) Init ¶
func (a *AgentsView) Init() tea.Cmd
func (*AgentsView) View ¶
func (a *AgentsView) View() string
Click to show internal directories.
Click to hide internal directories.