Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICMPSender ¶
type ICMPSender struct {
// contains filtered or unexported fields
}
func NewICMPSender ¶
func NewICMPSender() *ICMPSender
func (*ICMPSender) Init ¶
func (dm *ICMPSender) Init(config *ini.Section) error
func (*ICMPSender) PluginMetaInfo ¶
func (hh *ICMPSender) PluginMetaInfo() typex.XPluginMetaInfo
func (*ICMPSender) Service ¶
func (icmp *ICMPSender) Service(arg typex.ServiceArg) typex.ServiceResult
* * 服务调用接口 *
func (*ICMPSender) Stop ¶
func (dm *ICMPSender) Stop() error
Click to show internal directories.
Click to hide internal directories.