package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Feb 19, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Period time.Duration `config:"period"`
Devices []Device `config:"devices"`
WorkZone string `config:"work_zone"`
}
type Device struct {
Name string `json:"name"`
Address string `json:"address"`
Port string `json:"port"`
Method string `json:"method"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.