Documentation ¶ Index ¶ type Prober func NewProber(s *session.Session) *Prober func (mod Prober) Author() string func (mod *Prober) Configure() error func (mod Prober) Description() string func (mod Prober) Name() string func (mod *Prober) Start() error func (mod *Prober) Stop() error type Probes Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Prober ¶ type Prober struct { session.SessionModule // contains filtered or unexported fields } func NewProber ¶ func NewProber(s *session.Session) *Prober func (Prober) Author ¶ func (mod Prober) Author() string func (*Prober) Configure ¶ func (mod *Prober) Configure() error func (Prober) Description ¶ func (mod Prober) Description() string func (Prober) Name ¶ func (mod Prober) Name() string func (*Prober) Start ¶ func (mod *Prober) Start() error func (*Prober) Stop ¶ func (mod *Prober) Stop() error type Probes ¶ type Probes struct { NBNS bool MDNS bool UPNP bool WSD bool } Source Files ¶ View all Source files net_probe.go net_probe_mdns.go net_probe_nbns.go net_probe_upnp.go net_probe_wsd.go Click to show internal directories. Click to hide internal directories.