Documentation
¶
Overview ¶
Package model is the data types for usage in the npcollector component interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkPathConnection ¶
type NetworkPathConnection struct {
Source netip.AddrPort
Dest netip.AddrPort
TranslatedDest netip.AddrPort
SourceContainerID string
Type model.ConnectionType
Direction model.ConnectionDirection
Family model.ConnectionFamily
Domain string
IntraHost bool
SystemProbeConn bool
}
NetworkPathConnection is the minimum information needed about a connection to schedule a network path test
Click to show internal directories.
Click to hide internal directories.