Documentation ¶
Index ¶
- func CreatePin() http.HandlerFunc
- func DeletePin() http.HandlerFunc
- func Disable() http.HandlerFunc
- func Enable() http.HandlerFunc
- func GetHealth() http.HandlerFunc
- func GetPin() http.HandlerFunc
- func GetPriorityQueue() http.HandlerFunc
- func GetSystem() http.HandlerFunc
- func InitGPIOScheduler()
- func RemoveSchedule() http.HandlerFunc
- func Routes() *chi.Mux
- func RunGPIOScheduler()
- func TurnOff() http.HandlerFunc
- func TurnOn() http.HandlerFunc
- type ErrorMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePin ¶
func CreatePin() http.HandlerFunc
func DeletePin ¶
func DeletePin() http.HandlerFunc
func Disable ¶
func Disable() http.HandlerFunc
func Enable ¶
func Enable() http.HandlerFunc
func GetHealth ¶
func GetHealth() http.HandlerFunc
func GetPin ¶
func GetPin() http.HandlerFunc
func GetPriorityQueue ¶
func GetPriorityQueue() http.HandlerFunc
func GetSystem ¶
func GetSystem() http.HandlerFunc
func InitGPIOScheduler ¶
func InitGPIOScheduler()
func RemoveSchedule ¶
func RemoveSchedule() http.HandlerFunc
func RunGPIOScheduler ¶
func RunGPIOScheduler()
func TurnOff ¶
func TurnOff() http.HandlerFunc
func TurnOn ¶
func TurnOn() http.HandlerFunc
Types ¶
type ErrorMessage ¶
type ErrorMessage struct {
ErrorMessages []string
}
Click to show internal directories.
Click to hide internal directories.