Versions in this module Expand all Collapse all v0 v0.1.5 Jul 19, 2022 Changes in this version + type DeviceInfo struct + BoardName string + CpuCoreCount int + OsVersion string + Platform string v0.1.3 May 24, 2022 v0.1.2 May 23, 2022 Changes in this version + type MtModel struct + func New(client *routeros.Client, deviceInfo string, cpuCoreCount int) MtModel + func (m MtModel) Init() tea.Cmd + func (m MtModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m MtModel) View() string