Documentation
¶
Index ¶
- func ByteCountIEC(b int64) string
- func ByteCountSI(b int64) string
- func VersionString() string
- type App
- func (a *App) ConsoleWriteObject(obj string) error
- func (a *App) ListSectorsByFrequency() error
- func (a *App) MeshAPIDevices(ids ...string) (map[int]*nycmesh.Device, error)
- func (a *App) MeshAPINodes(ids ...string) (map[int]nycmesh.Node, error)
- func (a *App) SetSectorFrequency(frequency string, devids ...[]string) error
- func (a *App) Tableify(headers []string, data [][]string) error
- func (a *App) UISPDevices() ([]*models.DeviceStatusOverview, error)
- type FusedDevice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteCountIEC ¶ added in v0.2.1
func ByteCountSI ¶ added in v0.2.1
func VersionString ¶ added in v0.3.0
func VersionString() string
Types ¶
type App ¶
type App struct { *client.UISPAPI MeshAPIClient *nycmesh.Client // contains filtered or unexported fields }
func (*App) ConsoleWriteObject ¶
func (*App) ListSectorsByFrequency ¶
TODO(gabe): implement me
func (*App) MeshAPIDevices ¶ added in v0.2.2
func (*App) MeshAPINodes ¶ added in v0.3.0
func (*App) SetSectorFrequency ¶
TODO(gabe): implement me
func (*App) UISPDevices ¶ added in v0.2.2
func (a *App) UISPDevices() ([]*models.DeviceStatusOverview, error)
type FusedDevice ¶ added in v0.2.2
Click to show internal directories.
Click to hide internal directories.