This commit is contained in:
jackdaw 2016-11-28 14:34:04 +09:00
parent c9ecfcc2c1
commit 8a96b8bbf0

View File

@ -1,6 +1,6 @@
package events package events
// Port Event Start //////////////////////////////////////////////////////////////////////// Port Event Start
type PortStartEvent struct { type PortStartEvent struct {
Zone int64 Zone int64
PortCount uint16 PortCount uint16
@ -17,7 +17,7 @@ func NewPortStartEvent(zone int64, portCount uint16) *PortStartEvent {
} }
} }
// Port Event Found //////////////////////////////////////////////////////////////////////// Port Event Found
type PortFoundEvent struct { type PortFoundEvent struct {
Zone int64 Zone int64
Host 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 { type PortEndEvent struct {
Zone int64 Zone int64
Host int64 Host int64