.
This commit is contained in:
parent
c9ecfcc2c1
commit
8a96b8bbf0
|
@ -1,6 +1,6 @@
|
|||
package events
|
||||
|
||||
// Port Event Start
|
||||
//////////////////////////////////////////////////////////////////////// Port Event Start
|
||||
type PortStartEvent struct {
|
||||
Zone int64
|
||||
PortCount uint16
|
||||
|
@ -17,7 +17,7 @@ func NewPortStartEvent(zone int64, portCount uint16) *PortStartEvent {
|
|||
}
|
||||
}
|
||||
|
||||
// Port Event Found
|
||||
//////////////////////////////////////////////////////////////////////// Port Event Found
|
||||
type PortFoundEvent struct {
|
||||
Zone int64
|
||||
Host int64
|
||||
|
@ -38,7 +38,7 @@ func NewPortFoundEvent(zone int64, host int64, port uint16, t string) *PortFound
|
|||
}
|
||||
}
|
||||
|
||||
// Port Event Found
|
||||
//////////////////////////////////////////////////////////////////////// Port Event Found
|
||||
type PortEndEvent struct {
|
||||
Zone int64
|
||||
Host int64
|
||||
|
|
Loading…
Reference in New Issue
Block a user