Src returns the source Endpoint for this flow.
()
| 192 | |
| 193 | // Src returns the source Endpoint for this flow. |
| 194 | func (f Flow) Src() (src Endpoint) { |
| 195 | src, _ = f.Endpoints() |
| 196 | return |
| 197 | } |
| 198 | |
| 199 | // Dst returns the destination Endpoint for this flow. |
| 200 | func (f Flow) Dst() (dst Endpoint) { |