Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "mdns" // FuncEntityAction ... FuncEntityAction = "entityAction" Version = "0.0.1" AttrInstance = "instance" AttrService = "service" AttrDomain = "domain" AttrHost = "host" AttrPort = "port" AttrIpAddr = "ipAddr" AttrText = "text" ActionScan = "SCAN" DefaultService = "_workstation._tcp" DefaultDomain = "local" )
Variables ¶
View Source
var F embed.FS
Functions ¶
func NewActions ¶
func NewActions() map[string]supervisor.ActorAction
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.