Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "mdns" // FuncEntityAction ... FuncEntityAction = "entityAction" 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]plugins.ActorAction
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor // contains filtered or unexported fields }
Actor ...
Click to show internal directories.
Click to hide internal directories.