Documentation ¶ Index ¶ type DeviceInfo type MtModel func New(client *routeros.Client, deviceInfo DeviceInfo, debug bool, minWidth int) MtModel func (m MtModel) Init() tea.Cmd func (m MtModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m MtModel) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DeviceInfo ¶ added in v0.1.5 type DeviceInfo struct { Platform string BoardName string OsVersion string CpuCoreCount int } type MtModel ¶ type MtModel struct { // contains filtered or unexported fields } func New ¶ func New(client *routeros.Client, deviceInfo DeviceInfo, debug bool, minWidth int) MtModel func (MtModel) Init ¶ func (m MtModel) Init() tea.Cmd func (MtModel) Update ¶ func (m MtModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (MtModel) View ¶ func (m MtModel) View() string Source Files ¶ View all Source files init.go keys.go model.go style.go update.go view.go Click to show internal directories. Click to hide internal directories.