package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 4, 2019
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GoGoScheduler() error
type Devices struct {
Device string `json:"device"`
Name string `json:"name"`
NameFriendly string `json:"name_friendly"`
Addr string `json:"address"`
NetPort string `json:"port"`
Id string `json:"id"`
Key string `json:"key"`
}
type Inputs struct {
Database string `json:"database"`
Devices []Devices
}
type Validator struct {
DoChange bool
InSchedule bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.