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 (*AgentRunner) Init ¶
func (a *AgentRunner) Init() tea.Cmd
func (*AgentRunner) View ¶
func (a *AgentRunner) View() string
type AgentsFieldViews ¶ added in v0.2.0
type AgentsFieldViews interface {
InstallView() (*huh.Group, error)
UninstallView() (*huh.Group, error)
UpdateApiKeyView(defaultPath string) (*huh.Group, error)
}
func NewAgentsFields ¶ added in v0.2.0
func NewAgentsFields(agent string) AgentsFieldViews
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
type Telegraf ¶ added in v0.2.0
type Telegraf struct {
// contains filtered or unexported fields
}
func (*Telegraf) UninstallView ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.