package
Version:
v0.0.0-...-e26c3de
Opens a new window with list of versions in this module.
Published: May 20, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Mut function for multiplication.
Sub function for subtraction.
type Event struct {
Event string `json:"event"`
Args EventArgs `json:"args"`
}
Event send data to broker
type EventArgs struct {
A int `json:"a"`
B int `json:"b"`
}
EventArgs contains received data.
type EventResult struct {
Result float32 `json:"result"`
}
EventResult contains result data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.