Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DNSEventResponse ¶
DNSEventResponse used by host to send DNS response
type InfoEvent ¶
type InfoEvent struct {
Event
GatewayIP string `json:"gatewayIP"`
LocalPorts []IPPort `json:"localPorts"`
}
InfoEvent used by guest to send negotitation request
type PortEvent ¶
type PortEvent struct {
Event
Time string `json:"time,omitempty"`
LocalPortsAdded []IPPort `json:"localPortsAdded,omitempty"`
LocalPortsRemoved []IPPort `json:"localPortsRemoved,omitempty"`
Errors []string `json:"errors,omitempty"`
}
PortEvent used by guest to send port binding events
Click to show internal directories.
Click to hide internal directories.