Documentation ¶
Index ¶
Constants ¶
View Source
const ( // EntitySensor ... EntitySensor = string("uptime") // Name ... Name = "uptime" Version = "0.0.1" AttrUptimeTotal = "uptime_total" AttrAppStarted = "app_started" AttrFirstStart = "first_start" AttrLastShutdown = "last_shutdown" AttrLastShutdownCorrect = "last_shutdown_correct" AttrLastStart = "last_start" AttrUptime = "uptime" AttrDowntime = "downtime" AttrUptimePercent = "uptime_percent" AttrDowntimePercent = "downtime_percent" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor // contains filtered or unexported fields }
Actor ...
Click to show internal directories.
Click to hide internal directories.