DiscoveryNotification is sent by the daemon when a new discovery event occurs
| 181 | |
| 182 | // DiscoveryNotification is sent by the daemon when a new discovery event occurs |
| 183 | type DiscoveryNotification struct { |
| 184 | DiscoveryType int |
| 185 | DiscoveryData interface{} |
| 186 | } |
| 187 | |
| 188 | // ProgramExternalConnectivityRequest specifies the L4 data |
| 189 | // and the endpoint for which programming has to be done |
nothing calls this directly
no outgoing calls
no test coverage detected