Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "sensor" // FuncEntityAction ... FuncEntityAction = "entityAction" Version = "0.0.1" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor // contains filtered or unexported fields }
Actor ...
func NewActor ¶
func NewActor(entity *m.Entity, service supervisor.Service) (actor *Actor)
NewActor ...
func (*Actor) SetState ¶
func (e *Actor) SetState(params supervisor.EntityStateParams) error
SetState ...
Click to show internal directories.
Click to hide internal directories.