Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetDiscoverer ¶
func NewNetSocketDiscoverer ¶
func NewNetSocketDiscoverer(cfg NetworkSocketConfig) (*NetDiscoverer, error)
func (*NetDiscoverer) Discover ¶
func (d *NetDiscoverer) Discover(ctx context.Context, in chan<- []model.TargetGroup)
type NetSocketTarget ¶
type NetSocketTarget struct {
model.Base
Protocol string
Address string
Port string
Comm string
Cmdline string
// contains filtered or unexported fields
}
func (*NetSocketTarget) Hash ¶
func (t *NetSocketTarget) Hash() uint64
func (*NetSocketTarget) TUID ¶
func (t *NetSocketTarget) TUID() string
type NetworkSocketConfig ¶
type NetworkSocketConfig struct {
Tags string
}
Click to show internal directories.
Click to hide internal directories.