Close closes the funnel. Further call to SendToDst or ReturnToSrc should return an error
()
| 22 | LastActive() time.Time |
| 23 | // Close closes the funnel. Further call to SendToDst or ReturnToSrc should return an error |
| 24 | Close() error |
| 25 | // Equal compares if 2 funnels are equivalent |
| 26 | Equal(other Funnel) bool |
| 27 | } |
no outgoing calls