Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootConfig ¶ added in v0.1.0
type RootConfig struct { SensorPush struct { // in case we want to add more SensorPush config? SensorPushAuth `mapstructure:",squash"` } }
RootConfig is the root-level only config (common for all subcommands)
type SensorPushAuth ¶
type SensorPushAuth struct { Username string `asp:"username,,,password for SensorPush"` Password string `asp:"password,,,username for SensorPush"` }
SensorPushAuth is the authentication information needed for SensorPush.
Click to show internal directories.
Click to hide internal directories.