Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Basic orders from the main service to the modules OrderStartUp = "OrderStartUp" // called during startup procedore, after configuration is readed OrderShutdown = "OrderShutdown" // called to shutdown the module, i.e. idle mode OrderReboot = "OrderReboot" // called to reboot the module, i.e. unexpected error or response OrderUpdate = "OrderUpdate" // called to update the module, i.e. update data or state OrderRender = "OrderRender" // called to render the module, i.e. draw the module on the output )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderRenderPayload ¶
type OrderStartUpPayload ¶
type OrderStartUpPayload struct {
QueuePosition int // Position of the module
}
type OrderUpdatePayload ¶
Click to show internal directories.
Click to hide internal directories.