12 lines
236 B
Go
12 lines
236 B
Go
|
package service
|
||
|
|
||
|
import (
|
||
|
omd "git.loafle.net/overflow/model/discovery"
|
||
|
"git.loafle.net/overflow_scanner/probe/discovery/session"
|
||
|
)
|
||
|
|
||
|
func scanUDP(discoverySession session.DiscoverySession, targetPort *omd.Port) error {
|
||
|
|
||
|
return nil
|
||
|
}
|