Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnableInput ¶
EnableInput sends an enable input message to the given program
Types ¶
type ClientInterface ¶
type ClientInterface interface {
GetUsername() string
GetAddress() string
GetMaxLogLines() int
SendChatMessage(msg string) error
SendCommand(cmd string) error
Disconnect(force bool) error
}
ClientInterface defines the methods required from a client for TUI interaction
type TUI ¶
type TUI struct {
// contains filtered or unexported fields
}
TUI represents the terminal user interface for interactive mode
Click to show internal directories.
Click to hide internal directories.